ListObjectsResponse Class |
Namespace: OBS.Model
public class ListObjectsResponse : ObsWebServiceResponse
The ListObjectsResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | ListObjectsResponse | Initializes a new instance of the ListObjectsResponse class |
Name | Description | |
---|---|---|
![]() | BucketName |
Bucket name
|
![]() | CommonPrefixes |
List of prefixes to the names of grouped objects
|
![]() | ContentLength |
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.) |
![]() | Delimiter |
Character for grouping object names used in this request
|
![]() | Headers |
Response headers
(Inherited from ObsWebServiceResponse.) |
![]() | IsTruncated |
Check whether the listing results are truncated.
Value "true" indicates that the results are incomplete while value "false" indicates that the results are complete.
|
![]() | Location |
Bucket location
|
![]() | Marker |
Start position for this listing
|
![]() | MaxKeys |
Maximum number of objects to be listed for this request
|
![]() | NextMarker |
Start position for next listing
|
![]() | ObsObjects |
List of objects in the bucket
|
![]() | Prefix |
Object name prefix used in this request
|
![]() | RequestId |
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.) |
![]() | StatusCode |
HTTP status code
(Inherited from ObsWebServiceResponse.) |