OBSAbstractGetObjectRequest Class Reference
Inherits from | OBSCORSRequest : OBSBaseRequest : OBSAbstractModel : OBSMTLModel |
---|---|
Conforms to | OBSGetObjectProtocol |
Declared in | OBSGetObjectModel.h OBSGetObjectModel.m |
bucketName
Bucket name
@property (nonatomic, strong, nonnull) NSString *bucketName
Declared In
OBSGetObjectModel.h
objectKey
Object name
@property (nonatomic, strong, nonnull) NSString *objectKey
Declared In
OBSGetObjectModel.h
versionID
Version ID
@property (nonatomic, strong, nonnull) NSString *versionID
Declared In
OBSGetObjectModel.h
responseContentType
Rewrite the “contentType” header.
@property (nonatomic, strong, nonnull) NSString *responseContentType
Declared In
OBSGetObjectModel.h
responseContentLanguage
Rewrite the “contentLanguage” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseContentLanguage
Declared In
OBSGetObjectModel.h
responseExpires
Rewrite the “expires” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseExpires
Declared In
OBSGetObjectModel.h
responseCacheControl
Rewrite the “cacheControl” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseCacheControl
Declared In
OBSGetObjectModel.h
responseContentDisposition
Rewrite the “contentDisposition” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseContentDisposition
Declared In
OBSGetObjectModel.h
responseContentEncoding
Rewrite the “contentEncoding” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseContentEncoding
Declared In
OBSGetObjectModel.h
range
Obtain the object content in the specified range.
@property (nonatomic, strong, nonnull) NSString *range
Declared In
OBSGetObjectModel.h
ifModifiedSince
The object content will be returned if the object is modified after the specified point in time.
@property (nonatomic, strong, nonnull) NSDate *ifModifiedSince
Declared In
OBSGetObjectModel.h
ifUnmodifiedSince
The object content will be returned if the object remains unchanged since the specified point in time.
@property (nonatomic, strong, nonnull) NSDate *ifUnmodifiedSince
Declared In
OBSGetObjectModel.h
ifETagMatch
The object content will be returned if the object ETag is the same as the specified one.
@property (nonatomic, strong, nonnull) NSString *ifETagMatch
Declared In
OBSGetObjectModel.h
ifETagNoneMatch
The object content will be returned if the object ETag is different from the specified one.
@property (nonatomic, strong, nonnull) NSString *ifETagNoneMatch
Declared In
OBSGetObjectModel.h
encryption
Encryption mode
@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryption
Declared In
OBSGetObjectModel.h
downloadProgressBlock
Download blocks.
@property (nonatomic, copy, nonnull) OBSNetworkingDownloadProgressBlock downloadProgressBlock
Declared In
OBSGetObjectModel.h