CloudBlobContainer.Metadata Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobContainer.Metadata Property
CloudBlobContainer::Metadata Property
CloudBlobContainer.Metadata Property
CloudBlobContainer.Metadata Property
Gets the container's metadata.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property IDictionary<String^, String^>^ Metadata {
IDictionary<String^, String^>^ get();
private: void set(IDictionary<String^, String^>^ value);
}
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 container's metadata.
Return to top
Gets the container's metadata.
Syntax
C++
public: property IDictionary<String^, String^>^ Metadata { IDictionary<String^, String^>^ get(); private: void set(IDictionary<String^, String^>^ value); }
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 container's metadata.