OBSListMultipartUploadsProtocol Protocol Reference
| Declared in | OBSListMultipartUploadsModel.h |
|---|
bucketName
required method
桶名
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSListMultipartUploadsModel.h
delimiter
required method
分组标识
@property (nonatomic, strong, nonnull) NSString *delimiterDeclared In
OBSListMultipartUploadsModel.h
prefix
required method
响应对象名以prefix开始的任务信息
@property (nonatomic, strong, nonnull) NSString *prefixDeclared In
OBSListMultipartUploadsModel.h
maxUploads
required method
列举最大的上传任务数目
@property (nonatomic, strong, nonnull) NSNumber *maxUploadsDeclared In
OBSListMultipartUploadsModel.h
keyMarker
required method
列举指定的keyMarker之后的多段任务
@property (nonatomic, strong, nonnull) NSString *keyMarkerDeclared In
OBSListMultipartUploadsModel.h
uploadIDMarker
required method
只有和keyMarker一起使用才有意义,列举时返回指定的keyarker的uploadIdMarker之后的多段任务
@property (nonatomic, strong, nonnull) NSString *uploadIDMarkerDeclared In
OBSListMultipartUploadsModel.h