OBSDownloadFileProtocol Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | OBSDownloadFileModel.h |
bucketName
required method
Bucket name
@property (nonatomic, strong, nonnull) NSString *bucketName
Declared In
OBSDownloadFileModel.h
objectKey
required method
Object name
@property (nonatomic, strong, nonnull) NSString *objectKey
Declared In
OBSDownloadFileModel.h
versionID
required method
Version ID
@property (nonatomic, strong, nonnull) NSString *versionID
Declared In
OBSDownloadFileModel.h
ifModifiedSince
required method
Downloads the object if it is changed after the specified point in time.
@property (nonatomic, strong, nonnull) NSDate *ifModifiedSince
Declared In
OBSDownloadFileModel.h
ifUnmodifiedSince
required method
Downloads the object if it remains unchanged since the specified point in time.
@property (nonatomic, strong, nonnull) NSDate *ifUnmodifiedSince
Declared In
OBSDownloadFileModel.h
ifETagMatch
required method
Downloads the object if its ETag is the same as the specified one.
@property (nonatomic, strong, nonnull) NSString *ifETagMatch
Declared In
OBSDownloadFileModel.h
ifETagNoneMatch
required method
Downloads the object if its ETag is different from the specified one.
@property (nonatomic, strong, nonnull) NSString *ifETagNoneMatch
Declared In
OBSDownloadFileModel.h
encryption
required method
Encryption mode
@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryption
Declared In
OBSDownloadFileModel.h
downloadFilePath
required method
Path to the file
@property (nonatomic, strong, nonnull) NSString *downloadFilePath
Declared In
OBSDownloadFileModel.h
downloadProgressBlock
required method
Download progress
@property (atomic, copy, nonnull) OBSNetworkingDownloadProgressBlock downloadProgressBlock
Declared In
OBSDownloadFileModel.h
enableCheckpoint
required method
Whether to enable resumable download
@property (nonatomic, assign) BOOL enableCheckpoint
Declared In
OBSDownloadFileModel.h
enableMD5Check
required method
Whether to enable MD5 verification
@property (nonatomic, assign) BOOL enableMD5Check
Declared In
OBSDownloadFileModel.h
enableForceOverwrite
required method
Whether to enable forcible overwriting
@property (nonatomic, assign) BOOL enableForceOverwrite
Declared In
OBSDownloadFileModel.h
checkpointFilePath
required method
File used to record progresses of resumable download
@property (nonatomic, strong, nonnull) NSString *checkpointFilePath
Declared In
OBSDownloadFileModel.h
partSize
required method
Part size
@property (nonatomic, strong, nonnull) NSNumber *partSize
Declared In
OBSDownloadFileModel.h