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 *bucketNameDeclared In
OBSGetObjectModel.h
  objectKey
	Object name
@property (nonatomic, strong, nonnull) NSString *objectKeyDeclared In
OBSGetObjectModel.h
  versionID
	Version ID
@property (nonatomic, strong, nonnull) NSString *versionIDDeclared In
OBSGetObjectModel.h
  responseContentType
	Rewrite the “contentType” header.
@property (nonatomic, strong, nonnull) NSString *responseContentTypeDeclared In
OBSGetObjectModel.h
  responseContentLanguage
	Rewrite the “contentLanguage” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseContentLanguageDeclared In
OBSGetObjectModel.h
  responseExpires
	Rewrite the “expires” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseExpiresDeclared In
OBSGetObjectModel.h
  responseCacheControl
	Rewrite the “cacheControl” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseCacheControlDeclared In
OBSGetObjectModel.h
  responseContentDisposition
	Rewrite the “contentDisposition” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseContentDispositionDeclared In
OBSGetObjectModel.h
  responseContentEncoding
	Rewrite the “contentEncoding” header in the response.
@property (nonatomic, strong, nonnull) NSString *responseContentEncodingDeclared In
OBSGetObjectModel.h
  range
	Obtain the object content in the specified range.
@property (nonatomic, strong, nonnull) NSString *rangeDeclared 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 *ifModifiedSinceDeclared 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 *ifUnmodifiedSinceDeclared 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 *ifETagMatchDeclared 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 *ifETagNoneMatchDeclared In
OBSGetObjectModel.h
  encryption
	Encryption mode
@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryptionDeclared In
OBSGetObjectModel.h
  downloadProgressBlock
	Download blocks.
@property (nonatomic, copy, nonnull) OBSNetworkingDownloadProgressBlock downloadProgressBlockDeclared In
OBSGetObjectModel.h