The parameters to list object versions in a bucket.

C# |
public class ListVersionsRequest : S3Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListVersionsRequest()()()() | Initializes a new instance of the ListVersionsRequest class |
![]() | AddHeader(String, String) |
Adds the header to the collection of headers for the request.
(Inherited from S3Request.) |
![]() | AddHeaders(NameValueCollection) |
Adds all of the specified key/value pairs into the request headers collection.
(Inherited from S3Request.) |
![]() | BucketName |
The name of the bucket containing the objects.
|
![]() | Delimiter |
A character to group keys by.
|
![]() | Encoding |
Requests Amazon S3 to encode the object keys in the response and specifies
the encoding method to use. An object key may contain any Unicode character;
however, XML 1.0 parser cannot parse some characters, such as characters
with an ASCII value from 0 to 10. For characters that are not supported in
XML 1.0, you can add this parameter to request that Amazon S3 encode the
keys in the response.
|
![]() | Equals(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.) |
![]() | InputStream |
Input stream for the request; content for the request will be read from the stream.
(Inherited from S3Request.) |
![]() | KeyMarker |
Specifies the key in the bucket that you want to start listing from.
|
![]() | MaxKeys |
Sets the maximum number of keys returned in the response body.
Default: 1000.
|
![]() | Prefix |
Selects only those keys that begin with the specified prefix.
|
![]() | ReadWriteTimeout |
Overrides the default HttpWebRequest ReadWriteTimeout value.
(Inherited from S3Request.) |
![]() | Timeout |
Overrides the default HttpWebRequest timeout value.
(Inherited from S3Request.) |
![]() | ToString()()()() | (Inherited from S3Request.) |
![]() | VersionIdMarker |
Specifies the object version you want to start listing from.
|
![]() | WithBucketName(String) | Obsolete.
Sets the name of the bucket containing the objects.
|
![]() | WithDelimiter(String) | Obsolete.
A character to group keys by.
|
![]() | WithEncoding(EncodingType) | Obsolete.
Requests Amazon S3 to encode the object keys in the response and specifies
the encoding method to use. An object key may contain any Unicode character;
however, XML 1.0 parser cannot parse some characters, such as characters
with an ASCII value from 0 to 10. For characters that are not supported in
XML 1.0, you can add this parameter to request that Amazon S3 encode the
keys in the response.
|
![]() | WithInputStream(Stream) | Obsolete.
Sets an input stream for the request; content for the request will be read from the stream.
(Inherited from S3Request.) |
![]() | WithKeyMarker(String) | Obsolete.
Specifies the key in the bucket that you want to start listing from.
|
![]() | WithMaxKeys(Int32) | Obsolete.
Sets the maximum number of keys returned in the response body.
Default: 1000.
|
![]() | WithPrefix(String) | Obsolete.
Selects only those keys that begin with the specified prefix.
|
![]() | WithReadWriteTimeout(Int32) | Obsolete.
Overrides the default HttpWebRequest ReadWriteTimeout value.
(Inherited from S3Request.) |
![]() | WithTimeout(Int32) | Obsolete.
Overrides the default HttpWebRequest timeout value.
(Inherited from S3Request.) |
![]() | WithVersionIdMarker(String) | Obsolete.
Specifies the object version you want to start listing from.
|