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.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class ListVersionsResponse : AmazonWebServiceResponse
The ListVersionsResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListVersionsResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
CommonPrefixes | System.Collections.Generic.List<System.String> | Gets the CommonPrefixes property. A response can contain CommonPrefixes only if you specify a delimiter. When you do, CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Delimiter | System.String | Gets and sets the Delimiter property. Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
IsTruncated | System.Boolean | A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results. |
![]() |
KeyMarker | System.String | Marks the last Key returned in a truncated response. |
![]() |
MaxKeys | System.Int32 | Gets and sets the MaxKeys property. This is the maximum number of keys in the S3ObjectVersions collection. The value is derived from the MaxKeys parameter to ListVersionsRequest. |
![]() |
Name | System.String | Gets and sets the Name property. The bucket's name. |
![]() |
NextKeyMarker | System.String | Use this value for the key marker request parameter in a subsequent request. |
![]() |
NextVersionIdMarker | System.String | Use this value for the next version id marker parameter in a subsequent request. |
![]() |
Prefix | System.String | Gets and sets the Prefix property. Keys that begin with the indicated prefix are listed. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
VersionIdMarker | System.String | Gets and sets the VersionIdMarker property. Marks the last Version-Id returned in a truncated response. |
![]() |
Versions | System.Collections.Generic.List<Amazon.S3.Model.S3ObjectVersion> | Gets and sets the Versions property. This is a list of object versions in the bucket that match your search criteria. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8