Search Results for

    Show / Hide Table of Contents

    Class ListObjectsV2Response

    Inheritance
    object
    ListObjectsV2Response
    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 ListObjectsV2Response

    Properties

    | Edit this page View Source

    CommonPrefixes

    Keys grouped by common prefix.

    Declaration
    public List<CommonPrefix> CommonPrefixes { get; set; }
    Property Value
    Type Description
    List<CommonPrefix>
    | Edit this page View Source

    Contents

    Metadata about each object returned.

    Declaration
    public List<S3ObjectMetadata> Contents { get; set; }
    Property Value
    Type Description
    List<S3ObjectMetadata>
    | Edit this page View Source

    ContinuationToken

    ContinuationToken from the request (if present).

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

    Delimiter

    Delimiter used to group keys.

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

    EncodingType

    Encoding type used by S3 to encode object keys.

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

    IsTruncated

    Set to false if all results returned. Set to true if more keys are available.

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

    KeyCount

    Number of keys returned with this request.

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

    MaxKeys

    Maximum number of keys returned in response.

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

    Name

    The bucket name.

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

    NextContinuationToken

    NextContinuationToken for pagination (if IsTruncated is true).

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

    Prefix

    Keys that begin with the indicated prefix.

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

    RequestCharged

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

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

    StartAfter

    StartAfter key name from the request (if present). Not supported for directory buckets.

    Declaration
    public string StartAfter { 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