Click or drag to resize
BlobInfoSetMetadata Method (String, String, 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
)

Parameters

key
Type: SystemString
MetaData key.
value
Type: SystemString
Metadata value.
update
Type: SystemBoolean
Indicates whether data are updated in the cloud.
See Also