IS3ObjectInfoSetMetadata Method (String, String, Boolean, Boolean) |
Sets meta data to object.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax void SetMetadata(
string key,
string value,
bool update,
bool log
)
Parameters
- key
- Type: SystemString
MetaData key. - value
- Type: SystemString
Metadata value. - update
- Type: SystemBoolean
Indicates whether data are updated in S3 storage. - log
- Type: SystemBoolean
Indicates whether is operation logged.
See Also