OBSListMultipartUploadsProtocol Protocol Reference
| Declared in | OBSListMultipartUploadsModel.h | 
|---|
  bucketName
required method
	Bucket name
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSListMultipartUploadsModel.h
  delimiter
required method
	Delimiter used for grouping
@property (nonatomic, strong, nonnull) NSString *delimiterDeclared In
OBSListMultipartUploadsModel.h
  prefix
required method
	Name prefix. Only multipart uploads whose object names contain the prefix will be listed.
@property (nonatomic, strong, nonnull) NSString *prefixDeclared In
OBSListMultipartUploadsModel.h
  maxUploads
required method
	Maximum number of multipart uploads that can be listed
@property (nonatomic, strong, nonnull) NSNumber *maxUploadsDeclared In
OBSListMultipartUploadsModel.h
  keyMarker
required method
	Object name to start with for listing multipart uploads
@property (nonatomic, strong, nonnull) NSString *keyMarkerDeclared In
OBSListMultipartUploadsModel.h
  uploadIDMarker
required method
	Upload ID after which the multipart upload listing begins. This parameter is effective only when used with “keyMarker”.
@property (nonatomic, strong, nonnull) NSString *uploadIDMarkerDeclared In
OBSListMultipartUploadsModel.h