AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the ListObjectsV2 operation.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class ListObjectsV2Response : AmazonWebServiceResponse
The ListObjectsV2Response type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListObjectsV2Response() |
Name | Type | Description | |
---|---|---|---|
![]() |
CommonPrefixes | System.Collections.Generic.List<System.String> |
Gets and sets the property CommonPrefixes. All of the keys (up to 1,000) that share the same prefix are grouped together. When counting the total numbers of returns by this API operation, this group of keys is considered as one item.
A response can contain
For example, if the prefix is
|
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
ContinuationToken | System.String |
Gets and sets the property ContinuationToken.
If |
![]() |
Delimiter | System.String |
Gets and sets the property Delimiter.
Causes keys that contain the same string between the Directory buckets - For directory buckets, |
![]() |
Encoding | Amazon.S3.EncodingType |
Gets and sets the property Encoding. Encoding type used by Amazon S3 to encode object key names in the XML response.
If you specify the
|
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
IsTruncated | System.Nullable<System.Boolean> |
Gets and sets the property IsTruncated.
Set to |
![]() |
KeyCount | System.Nullable<System.Int32> |
Gets and sets the property KeyCount.
|
![]() |
MaxKeys | System.Nullable<System.Int32> |
Gets and sets the property MaxKeys. Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more. |
![]() |
Name | System.String |
Gets and sets the property Name. The bucket name. |
![]() |
NextContinuationToken | System.String |
Gets and sets the property NextContinuationToken.
|
![]() |
Prefix | System.String |
Gets and sets the property Prefix. Keys that begin with the indicated prefix. Directory buckets - For directory buckets, only prefixes that end in a delimiter
( |
![]() |
RequestCharged | Amazon.S3.RequestCharged |
Gets and sets the property RequestCharged. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
S3Objects | System.Collections.Generic.List<Amazon.S3.Model.S3Object> |
Gets and sets the property S3Objects. Metadata about each object returned. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
StartAfter | System.String |
Gets and sets the property StartAfter. If StartAfter was sent with the request, it is included in the response. This functionality is not supported for directory buckets. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer