OBSListObjectsVersionsResponse Class Reference
| Inherits from | OBSCORSResponse : OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel | 
|---|---|
| Declared in | OBSListObjectsVersionsModel.h OBSListObjectsVersionsModel.m  | 
  bucketName
	Bucket name
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSListObjectsVersionsModel.h
  prefix
	Object name prefix. Only objects whose names have this prefix are listed.
@property (nonatomic, strong, nonnull) NSString *prefixDeclared In
OBSListObjectsVersionsModel.h
  keyMarker
	Start position for listing objects
@property (nonatomic, strong, nonnull) NSString *keyMarkerDeclared In
OBSListObjectsVersionsModel.h
  versionIDMarker
	Start position for listing objects
@property (nonatomic, strong, nonnull) NSString *versionIDMarkerDeclared In
OBSListObjectsVersionsModel.h
  nextKeyMarker
	If not all uploads are returned, the response contains “nextKeyMarker” that specifies the “keyMarker” for next listing.
@property (nonatomic, strong, nonnull) NSString *nextKeyMarkerDeclared In
OBSListObjectsVersionsModel.h
  nextVersionIDMarker
	If not all uploads are returned, the response contains “nextVersionIDMarker” that specifies the “versionIDMarker” for next listing.
@property (nonatomic, strong, nonnull) NSString *nextVersionIDMarkerDeclared In
OBSListObjectsVersionsModel.h
  maxKeys
	Maximum number of objects that can be returned
@property (nonatomic, strong, nonnull) NSNumber *maxKeysDeclared In
OBSListObjectsVersionsModel.h
  delimiter
	“delimiter” in the request
@property (nonatomic, strong, nonnull) NSString *delimiterDeclared In
OBSListObjectsVersionsModel.h
  isTruncated
	Whether the list of versioning objects in the request is truncated. Value “YES” indicates that not all versioning objects are returned and value “NO” indicates that all versioning objects are returned.
@property (nonatomic, assign) BOOL isTruncatedDeclared In
OBSListObjectsVersionsModel.h
  versionList
	Container for the list of versioning objects
@property (nonatomic, strong, nonnull) NSArray<OBSObjectVersion*> *versionListDeclared In
OBSListObjectsVersionsModel.h
  deleteMarkerList
	Array of delete markers
@property (nonatomic, strong, nonnull) NSArray<OBSDeleteMarker*> *deleteMarkerListDeclared In
OBSListObjectsVersionsModel.h