OBSAbstractGetObjectRequest Class Reference
| Inherits from | OBSCORSRequest : OBSBaseRequest : OBSAbstractModel : OBSMTLModel |
|---|---|
| Conforms to | OBSGetObjectProtocol |
| Declared in | OBSGetObjectModel.h OBSGetObjectModel.m |
bucketName
桶名
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSGetObjectModel.h
objectKey
对象key
@property (nonatomic, strong, nonnull) NSString *objectKeyDeclared In
OBSGetObjectModel.h
versionID
版本号
@property (nonatomic, strong, nonnull) NSString *versionIDDeclared In
OBSGetObjectModel.h
responseContentType
重写ContentType头
@property (nonatomic, strong, nonnull) NSString *responseContentTypeDeclared In
OBSGetObjectModel.h
responseContentLanguage
重写响应中的Content-Language头
@property (nonatomic, strong, nonnull) NSString *responseContentLanguageDeclared In
OBSGetObjectModel.h
responseExpires
重写响应中的Expires头
@property (nonatomic, strong, nonnull) NSString *responseExpiresDeclared In
OBSGetObjectModel.h
responseCacheControl
重写响应中的Cache-Control头
@property (nonatomic, strong, nonnull) NSString *responseCacheControlDeclared In
OBSGetObjectModel.h
responseContentDisposition
重写响应中的Content-Disposition 头
@property (nonatomic, strong, nonnull) NSString *responseContentDispositionDeclared In
OBSGetObjectModel.h
responseContentEncoding
重写响应中的Content-Encoding头
@property (nonatomic, strong, nonnull) NSString *responseContentEncodingDeclared In
OBSGetObjectModel.h
range
获取在Range范围内的对象内容
@property (nonatomic, strong, nonnull) NSString *rangeDeclared In
OBSGetObjectModel.h
ifModifiedSince
如果对象在请求中指定的时间之后有修改,则返回对象内容
@property (nonatomic, strong, nonnull) NSDate *ifModifiedSinceDeclared In
OBSGetObjectModel.h
ifUnmodifiedSince
如果对象在请求中指定的时间之后没有修改,则返回对象内容
@property (nonatomic, strong, nonnull) NSDate *ifUnmodifiedSinceDeclared In
OBSGetObjectModel.h
ifETagMatch
如果对象的ETag和请求中指定的ETag相同,则返回对象内容
@property (nonatomic, strong, nonnull) NSString *ifETagMatchDeclared In
OBSGetObjectModel.h
ifETagNoneMatch
如果对象的ETag和请求中指定的ETag不相同,则返回对象内容
@property (nonatomic, strong, nonnull) NSString *ifETagNoneMatchDeclared In
OBSGetObjectModel.h
encryption
加密方式
@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryptionDeclared In
OBSGetObjectModel.h
downloadProgressBlock
下载block
@property (nonatomic, copy, nonnull) OBSNetworkingDownloadProgressBlock downloadProgressBlockDeclared In
OBSGetObjectModel.h