Click or drag to resize
IS3ObjectInfoSetMetadata Method (String, String, Boolean, Boolean)
Sets meta data to object.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
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