OBSListPartsResponse Class Reference
Inherits from | OBSCORSResponse : OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel |
---|---|
Declared in | OBSListPartsModel.h OBSListPartsModel.m |
bucketName
桶名
@property (nonatomic, strong, nonnull) NSString *bucketName
Declared In
OBSListPartsModel.h
objectKey
对象名
@property (nonatomic, strong, nonnull) NSString *objectKey
Declared In
OBSListPartsModel.h
uploadID
上传任务ID
@property (nonatomic, strong, nonnull) NSString *uploadID
Declared In
OBSListPartsModel.h
initiator
Upload任务的创建者
@property (nonatomic, strong, nonnull) OBSUser *initiator
Declared In
OBSListPartsModel.h
owner
和Initiator相同(和S3兼容,S3在使用IAM的情况下,Initiator和Owner可能不同)
@property (nonatomic, strong, nonnull) OBSUser *owner
Declared In
OBSListPartsModel.h
storageClass
存储类型
@property (nonatomic, assign) OBSStorageClass storageClass
Declared In
OBSListPartsModel.h
partNumberMarker
本次List结果的Part Number起始位置
@property (nonatomic, strong, nonnull) NSNumber *partNumberMarker
Declared In
OBSListPartsModel.h
nextPartNumberMarker
如果本次没有返回全部结果,响应请求中将包含 NextPartNumberMarker元素,用于标明接下来请求的 PartNumberMarker值
@property (nonatomic, strong, nonnull) NSNumber *nextPartNumberMarker
Declared In
OBSListPartsModel.h
maxParts
返回请求中最大的Part数目
@property (nonatomic, strong, nonnull) NSNumber *maxParts
Declared In
OBSListPartsModel.h
isTruncated
标明是否本次返回的List Part结果列表被截断。“true”表示 本次没有返回全部结果;“false”表示本次已经返回了全部 结果
@property (nonatomic, assign) BOOL isTruncated
Declared In
OBSListPartsModel.h
partsList
已经上传段的数组
@property (nonatomic, strong, nonnull) NSArray<OBSPart*> *partsList
Declared In
OBSListPartsModel.h