BlobInfoSetMetadata Method (String, String, Boolean, Boolean) |
Sets meta data to blob.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax 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