Returns information about the ListVersions response and response metadata.
Inheritance Hierarchy
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class ListVersionsResponse : AmazonWebServiceResponse
The ListVersionsResponse type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
ListVersionsResponse() |
Properties
Name | Description | |
---|---|---|
![]() |
CommonPrefixes | 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 | Returns the content length of the HTTP response. |
![]() |
Delimiter | 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 | Returns the status code of the HTTP response. |
![]() |
IsTruncated | 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 | Marks the last Key returned in a truncated response. |
![]() |
MaxKeys | 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 | Gets and sets the Name property. The bucket's name. |
![]() |
NextKeyMarker | Use this value for the key marker request parameter in a subsequent request. |
![]() |
NextVersionIdMarker | Use this value for the next version id marker parameter in a subsequent request. |
![]() |
Prefix | Gets and sets the Prefix property. Keys that begin with the indicated prefix are listed. |
![]() |
ResponseMetadata | Contains additional information about the request, such as the Request Id. |
![]() |
VersionIdMarker | Gets and sets the VersionIdMarker property. Marks the last Version-Id returned in a truncated response. |
![]() |
Versions | Gets and sets the Versions property. This is a list of object versions in the bucket that match your search criteria. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8