C#
C++
F#
VB
CloudBlob.Metadata Property
CloudBlob::Metadata Property
CloudBlob.Metadata Property
CloudBlob.Metadata Property
Gets the user-defined metadata for the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property IDictionary<String^, String^>^ Metadata { virtual IDictionary<String^, String^>^ get() sealed; }
abstract Metadata : IDictionary<string, string> with get override Metadata : IDictionary<string, string> with 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.