Search Results for

    Show / Hide Table of Contents

    Class BucketRequestBase

    Inheritance
    object
    S3RequestBase
    BucketRequestBase
    CreateBucketRequest
    Implements
    IValidatable
    IRequestParameterProvider
    Inherited Members
    S3RequestBase.ExpectedBucketOwner
    S3RequestBase.RequestPayer
    S3RequestBase.IsValid()
    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 abstract class BucketRequestBase : S3RequestBase, IValidatable, IRequestParameterProvider

    Properties

    | Edit this page View Source

    Acl

    Optional. The canned ACL to apply to the bucket. Documentation updated in English.

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

    GrantFullControl

    Optional. Allows grantee(s) full control of the bucket. The value is a list of grantees in the form: id="aws-account-id", uri="group-uri", emailAddress="email" separated by commas.

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

    GrantRead

    Optional. Allows grantee(s) read access to the bucket.

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

    GrantReadACP

    Optional. Allows grantee(s) read access to the bucket ACL.

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

    GrantWrite

    Optional. Allows grantee(s) write access to the bucket. (Not allowed for directory buckets.)

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

    GrantWriteACP

    Optional. Allows grantee(s) write access to the bucket ACL. (Not allowed for directory buckets.)

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

    ObjectLockEnabled

    Optional. Specifies whether you want S3 Object Lock to be enabled for the new bucket. (Not supported for directory buckets.)

    Declaration
    public bool? ObjectLockEnabled { get; set; }
    Property Value
    Type Description
    bool?

    Methods

    | Edit this page View Source

    GetRequestParameters()

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

    Validate()

    Validates the object's parameters and throws if invalid.

    Declaration
    public override void Validate()
    Overrides
    S3RequestBase.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