OBSGetObjectMetaDataResponse Class Reference
| Inherits from | OBSCORSResponse : OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel |
|---|---|
| Declared in | OBSGetObjectMetaDataModel.h OBSGetObjectMetaDataModel.m |
etag
对象etag
@property (nonatomic, strong, nonnull) NSString *etagDeclared In
OBSGetObjectMetaDataModel.h
size
对象大小
@property (nonatomic, strong, nonnull) NSNumber *sizeDeclared In
OBSGetObjectMetaDataModel.h
expiration
对象过期时间
@property (nonatomic, strong, nonnull) NSString *expirationDeclared In
OBSGetObjectMetaDataModel.h
websiteRedirectLocation
重定向网址
@property (nonatomic, strong, nonnull) NSString *websiteRedirectLocationDeclared In
OBSGetObjectMetaDataModel.h
versionID
版本号
@property (nonatomic, strong, nonnull) NSString *versionIDDeclared In
OBSGetObjectMetaDataModel.h
lastModified
最后修改时间
@property (nonatomic, strong, nonnull) NSDate *lastModifiedDeclared In
OBSGetObjectMetaDataModel.h
encryption
加密方式
@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryptionDeclared In
OBSGetObjectMetaDataModel.h
storageClass
存储类型
@property (nonatomic, assign) OBSStorageClass storageClassDeclared In
OBSGetObjectMetaDataModel.h
restore
对象为归档存储类型,并且处于正在取回或已经取回时,表示对象的取回状态
@property (nonatomic, strong, nonnull) NSString *restoreDeclared In
OBSGetObjectMetaDataModel.h
metaDataDict
对象元数据字典
@property (nonatomic, strong, nullable) NSDictionary *metaDataDictDeclared In
OBSGetObjectMetaDataModel.h