OBSAbstractPutObjectRequest Class Reference

Inherits from OBSBaseRequest : OBSAbstractModel : OBSMTLModel
Conforms to OBSPutObjectProtocol
Declared in OBSPutObjectModel.h
OBSPutObjectModel.m

Overview

上传对象request父类

  bucketName

桶名

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

Declared In

OBSPutObjectModel.h

  objectKey

对象描述标识

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

Declared In

OBSPutObjectModel.h

  contentMD5

对象的MD5

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

Declared In

OBSPutObjectModel.h

  objectACLPolicy

对象的ACL

@property (nonatomic, assign) OBSACLPolicy objectACLPolicy

Declared In

OBSPutObjectModel.h

  storageClass

对象存储类型

@property (nonatomic, assign) OBSStorageClass storageClass

Declared In

OBSPutObjectModel.h

  metaDataDict

对象元数据字典

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

Declared In

OBSPutObjectModel.h

  websiteRedirectLocation

对象重定向地址

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

Declared In

OBSPutObjectModel.h

  encryption

加密方式

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

Declared In

OBSPutObjectModel.h

  uploadProgressBlock

上传对象时的回调

@property (nonatomic, copy, nonnull) OBSNetworkingUploadProgressBlock uploadProgressBlock

Declared In

OBSPutObjectModel.h