Search Results for

    Show / Hide Table of Contents

    Class DeleteObjectResponse

    Inheritance
    object
    DeleteObjectResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.S3
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class DeleteObjectResponse

    Properties

    | Edit this page View Source

    DeleteMarker

    Indicates whether the specified object version was (true) or was not (false) a delete marker before deletion. In a simple DELETE, this indicates whether the current version of the object is a delete marker. Not supported for directory buckets.

    Declaration
    public bool? DeleteMarker { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    RequestCharged

    If present, indicates that the requester was successfully charged for the request. Not supported for directory buckets.

    Declaration
    public string RequestCharged { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    VersionId

    Returns the version ID of the delete marker created as a result of the DELETE operation. Not supported for directory buckets.

    Declaration
    public string VersionId { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation