AWS SDK for .NET Documentation
ListVersionsResponse Class
AmazonAmazon.S3.ModelListVersionsResponse Did this page help you?   Yes   No    Tell us about it...
The ListVersionsResponse contains the list of Versions in the bucket and any headers returned by S3.
Declaration Syntax
C#
public class ListVersionsResponse : S3Response
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListVersionsResponse()()()()
Initializes a new instance of the ListVersionsResponse class

AmazonId2
Gets and sets the AmazonId2 property. This property corresponds to the x-amz-id-2 header in the HTTP response from the Amazon S3 service. The value of this header is used for internal troubleshooting purposes.
(Inherited from S3Response.)
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.

Dispose()()()()
Disposes of all managed and unmanaged resources.
(Inherited from S3Response.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Headers
Gets and sets the Headers property. Information like the request-id, the amz-id-2 are retrieved fro the Headers and presented to the user via properties of the response object.
(Inherited from S3Response.)
IsTruncated
Gets and Sets the IsTruncated property. This property governs whether this is the last set of items that match the specified criteria or whether you need to make another call to S3 to retrieve more keys.

KeyMarker
Gets and sets the KeyMarker property. 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.

Metadata
Gets and sets the Metadata property.
(Inherited from S3Response.)
Name
Gets and sets the Name property. The bucket's name.

NextKeyMarker
Gets and sets the NextKeyMarker property. When the number of responses exceeds the value of MaxKeys, NextKeyMarker specifies the first key not returned that satisfies the search criteria. Use this value for the KeyMarker request parameter in a subsequent request.

NextVersionIdMarker
Gets and sets the NextVersionIdMarker property. When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first version not returned that satisfies the search criteria. Use this value for the VersionIdMarker request parameter in a subsequent request.

Prefix
Gets and sets the Prefix property. Keys that begin with the indicated prefix are listed.

RequestId
Gets and sets the RequestId property.
(Inherited from S3Response.)
ResponseStream
Gets and sets the ResponseStream property. This property only has a valid value for GetObjectResponses. In order to use this stream without leaking the underlying resource, please wrap access to the stream within a using block.
CopyC#
(Inherited from S3Response.)
ResponseXml
Gets and sets the ResponseXml property. This is the original xml response received from S3
(Inherited from S3Response.)
StatusCode
Gets the HTTP Status code from the service response.
(Inherited from S3Response.)
ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Inherited from S3Response.)
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.

Inheritance Hierarchy
Object
S3Response
 ListVersionsResponse
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)