Class ListObjectsV2Response
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.S3
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ListObjectsV2Response
Properties
| Edit this page View SourceCommonPrefixes
Keys grouped by common prefix.
Declaration
public List<CommonPrefix> CommonPrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CommonPrefix> |
Contents
Metadata about each object returned.
Declaration
public List<S3ObjectMetadata> Contents { get; set; }
Property Value
| Type | Description |
|---|---|
| List<S3ObjectMetadata> |
ContinuationToken
ContinuationToken from the request (if present).
Declaration
public string ContinuationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Delimiter
Delimiter used to group keys.
Declaration
public string Delimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EncodingType
Encoding type used by S3 to encode object keys.
Declaration
public string EncodingType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
KeyCount
Number of keys returned with this request.
Declaration
public int KeyCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxKeys
Maximum number of keys returned in response.
Declaration
public int MaxKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
The bucket name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextContinuationToken
NextContinuationToken for pagination (if IsTruncated is true).
Declaration
public string NextContinuationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Prefix
Keys that begin with the indicated prefix.
Declaration
public string Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
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 |