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