CloudFile.Metadata Property (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudFile.Metadata Property
CloudFile::Metadata Property
CloudFile.Metadata Property
CloudFile.Metadata Property
Gets the user-defined metadata for the file.
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
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)The file's metadata, as a collection of name-value pairs.
Return to top
Gets the user-defined metadata for the file.
Syntax
C++
public: 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)The file's metadata, as a collection of name-value pairs.