OBSListMultipartUploadsProtocol Protocol Reference

Declared in OBSListMultipartUploadsModel.h

Overview

List multipart uploads.

  bucketName required method

Bucket name

@property (nonatomic, strong, nonnull) NSString *bucketName

Declared In

OBSListMultipartUploadsModel.h

  delimiter required method

Delimiter used for grouping

@property (nonatomic, strong, nonnull) NSString *delimiter

Declared 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 *prefix

Declared In

OBSListMultipartUploadsModel.h

  maxUploads required method

Maximum number of multipart uploads that can be listed

@property (nonatomic, strong, nonnull) NSNumber *maxUploads

Declared In

OBSListMultipartUploadsModel.h

  keyMarker required method

Object name to start with for listing multipart uploads

@property (nonatomic, strong, nonnull) NSString *keyMarker

Declared 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 *uploadIDMarker

Declared In

OBSListMultipartUploadsModel.h