Click or drag to resize

ListVersionsResponse Class

Response to a request for listing versioning objects in a bucket
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class ListVersionsResponse : ObsWebServiceResponse

The ListVersionsResponse type exposes the following members.

Constructors
  NameDescription
Public methodListVersionsResponse
Initializes a new instance of the ListVersionsResponse class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
Public propertyCommonPrefixes
List of prefixes to the names of grouped objects
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyDelimiter
Character for grouping object names used in this request
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyIsTruncated
Check whether the listing results are truncated. Value "true" indicates that the results are incomplete while value "false" indicates that the results are complete.
Public propertyKeyMarker
Start position for this listing (sorted by object name)
Public propertyLocation
Bucket location
Public propertyMaxKeys
Maximum number of objects to be listed for this request
Public propertyNextKeyMarker
Start position for next listing (sorted by object name)
Public propertyNextVersionIdMarker
Start position for next listing (sorted by version ID)
Public propertyPrefix
Object name prefix used in this request
Public propertyRequestId
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.)
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Public propertyVersionIdMarker
Start position for this listing (sorted by version ID)
Public propertyVersions
List of versioning objects
Top
See Also