C#
C++
F#
VB
ICloudBlob.Metadata Property
ICloudBlob::Metadata Property
ICloudBlob.Metadata Property
ICloudBlob.Metadata Property
Gets the user-defined metadata for the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
property IDictionary<String^, String^>^ Metadata {
IDictionary<String^, String^>^ get();
}
Property Value
Type: System.Collections.Generic.IDictionary<String, String>System.Collections.Generic::IDictionary<String^, String^>^System.Collections.Generic.IDictionary<String, String>System.Collections.Generic.IDictionary(Of String, String)An IDictionary<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) object containing the blob's metadata as a collection of name-value pairs.