ListVersionsResponse Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Returns information about the ListVersions response and response metadata.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.S3.Model.ListVersionsResponse

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ListVersionsResponse : AmazonWebServiceResponse

The ListVersionsResponse type exposes the following members

Constructors

  Name Description
Public Method ListVersionsResponse()

Properties

  Name Description
Public Property 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.
Public Property ContentLength Returns the content length of the HTTP response.
Public Property 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.
Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property 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.
Public Property KeyMarker Marks the last Key returned in a truncated response.
Public Property 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.
Public Property Name Gets and sets the Name property. The bucket's name.
Public Property NextKeyMarker Use this value for the key marker request parameter in a subsequent request.
Public Property NextVersionIdMarker Use this value for the next version id marker parameter in a subsequent request.
Public Property Prefix Gets and sets the Prefix property. Keys that begin with the indicated prefix are listed.
Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.
Public Property VersionIdMarker Gets and sets the VersionIdMarker property. Marks the last Version-Id returned in a truncated response.
Public Property 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