Search Results for

    Show / Hide Table of Contents

    Class DeleteBucketRequest

    Inheritance
    object
    DeleteBucketRequest
    Implements
    IValidatable
    IRequestParameterProvider
    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 DeleteBucketRequest : IValidatable, IRequestParameterProvider

    Properties

    | Edit this page View Source

    Bucket

    Required. The name of the bucket to delete. For directory buckets, use path-style format and naming convention.

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

    ExpectedBucketOwner

    Optional for general-purpose buckets. The expected AWS account ID of the bucket owner. Not supported for directory buckets.

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

    Region

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

    Methods

    | Edit this page View Source

    GetRequestParameters()

    Declaration
    public IEnumerable<RequestParameter> GetRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParameter>
    | Edit this page View Source

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    bool
    | Edit this page View Source

    Validate()

    Validates the object's parameters and throws if invalid.

    Declaration
    public void Validate()

    Implements

    IValidatable
    IRequestParameterProvider

    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)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider, params RequestParameter[])
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation