Search Results for

    Show / Hide Table of Contents

    Class ListBucketsRequest

    Inheritance
    object
    ListBucketsRequest
    Implements
    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 ListBucketsRequest : IRequestParameterProvider

    Properties

    | Edit this page View Source

    BucketRegion

    Optional. Limits the response to buckets that are located in the specified AWS Region. The AWS Region must be expressed according to the AWS Region code, such as us-west-2.

    Note: Requests made to a Regional endpoint that is different from the bucket-region parameter are not supported.

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

    ContinuationToken

    Optional. Indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key. You can use this ContinuationToken for pagination of the list results.

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

    MaxBuckets

    Optional. Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an AWS account, return all the buckets in response.

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

    Prefix

    Optional. Limits the response to bucket names that begin with the specified bucket name prefix.

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

    Methods

    | Edit this page View Source

    GetRequestParameters()

    Declaration
    public IEnumerable<RequestParameter> GetRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParameter>

    Implements

    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