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

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 12.0.0
Syntax
C#
public void SetMetadata(
	string key,
	string value,
	bool update,
	bool log
)

Parameters

key
Type: System.String
MetaData key.
value
Type: System.String
Metadata value.
update
Type: System.Boolean
Indicates whether data are updated in the cloud.
log
Type: System.Boolean
Indicates whether is operation logged.
See Also