Click or drag to resize
BlobInfoSetMetadata Method (String, String, Boolean, Boolean)
Sets meta data to blob.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public 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 the cloud.
log
Type: SystemBoolean
Indicates whether is operation logged.
See Also