OBSListPartsResponse Class Reference
| Inherits from | OBSCORSResponse : OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel | 
|---|---|
| Declared in | OBSListPartsModel.h OBSListPartsModel.m  | 
  bucketName
	Bucket name
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSListPartsModel.h
  objectKey
	Object name
@property (nonatomic, strong, nonnull) NSString *objectKeyDeclared In
OBSListPartsModel.h
  uploadID
	Multipart upload ID
@property (nonatomic, strong, nonnull) NSString *uploadIDDeclared In
OBSListPartsModel.h
  initiator
	Creator of the multipart upload
@property (nonatomic, strong, nonnull) OBSUser *initiatorDeclared In
OBSListPartsModel.h
  owner
	The value of this parameter is the same as that of “imitator”.
@property (nonatomic, strong, nonnull) OBSUser *ownerDeclared In
OBSListPartsModel.h
  storageClass
	Storage class
@property (nonatomic, assign) OBSStorageClass storageClassDeclared In
OBSListPartsModel.h
  partNumberMarker
	Part number after which the listing begins
@property (nonatomic, strong, nonnull) NSNumber *partNumberMarkerDeclared In
OBSListPartsModel.h
  nextPartNumberMarker
	If not all uploads are returned, the response contains “nextPartNumberMarker” that specifies the “partNumberMarker” for next listing.
@property (nonatomic, strong, nonnull) NSNumber *nextPartNumberMarkerDeclared In
OBSListPartsModel.h
  maxParts
	Maximum number of parts returned in a response
@property (nonatomic, strong, nonnull) NSNumber *maxPartsDeclared In
OBSListPartsModel.h
  isTruncated
	Whether the list of objects in the request is truncated. Value “YES” indicates that not all objects are returned and value “NO” indicates that all objects are returned.
@property (nonatomic, assign) BOOL isTruncatedDeclared In
OBSListPartsModel.h
  partsList
	Array of uploaded parts
@property (nonatomic, strong, nonnull) NSArray<OBSPart*> *partsListDeclared In
OBSListPartsModel.h