OBSCopyObjectResponse Class Reference
Inherits from | OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel |
---|---|
Declared in | OBSCopyObjectModel.h OBSCopyObjectModel.m |
etag
ETag of the object copy
@property (nonatomic, strong, nonnull) NSString *etag
Declared In
OBSCopyObjectModel.h
lastModified
Last modification time of the object
@property (nonatomic, strong, nonnull) NSDate *lastModified
Declared In
OBSCopyObjectModel.h
srcObjectVersionID
If versioning is enabled, the version ID of the source object will be returned.
@property (nonatomic, strong, nonnull) NSString *srcObjectVersionID
Declared In
OBSCopyObjectModel.h
dstObjectVersionID
If versioning is enabled, the version ID of the object copy will be returned.
@property (nonatomic, strong, nonnull) NSString *dstObjectVersionID
Declared In
OBSCopyObjectModel.h
encryption
Encryption mode of the object copy
@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryption
Declared In
OBSCopyObjectModel.h