OBSGetObjectMetaDataResponse Class Reference

Inherits from OBSCORSResponse : OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel
Declared in OBSGetObjectMetaDataModel.h
OBSGetObjectMetaDataModel.m

Overview

获取对象元数据response

  etag

对象etag

@property (nonatomic, strong, nonnull) NSString *etag

Declared In

OBSGetObjectMetaDataModel.h

  size

对象大小

@property (nonatomic, strong, nonnull) NSNumber *size

Declared In

OBSGetObjectMetaDataModel.h

  expiration

对象过期时间

@property (nonatomic, strong, nonnull) NSString *expiration

Declared In

OBSGetObjectMetaDataModel.h

  websiteRedirectLocation

重定向网址

@property (nonatomic, strong, nonnull) NSString *websiteRedirectLocation

Declared In

OBSGetObjectMetaDataModel.h

  versionID

版本号

@property (nonatomic, strong, nonnull) NSString *versionID

Declared In

OBSGetObjectMetaDataModel.h

  lastModified

最后修改时间

@property (nonatomic, strong, nonnull) NSDate *lastModified

Declared In

OBSGetObjectMetaDataModel.h

  encryption

加密方式

@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryption

Declared In

OBSGetObjectMetaDataModel.h

  storageClass

存储类型

@property (nonatomic, assign) OBSStorageClass storageClass

Declared In

OBSGetObjectMetaDataModel.h

  restore

对象为归档存储类型,并且处于正在取回或已经取回时,表示对象的取回状态

@property (nonatomic, strong, nonnull) NSString *restore

Declared In

OBSGetObjectMetaDataModel.h

  metaDataDict

对象元数据字典

@property (nonatomic, strong, nullable) NSDictionary *metaDataDict

Declared In

OBSGetObjectMetaDataModel.h