ICloudBlob.Metadata Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
ICloudBlob.Metadata Property
ICloudBlob::Metadata Property
ICloudBlob.Metadata Property
ICloudBlob.Metadata Property
Gets the user-defined metadata for the blob.
Namespace:
Microsoft.WindowsAzure.Storage.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.
Return to top
Gets the user-defined metadata for the blob.
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.