C#
C++
F#
VB
CloudFile.Metadata Property
CloudFile::Metadata Property
CloudFile.Metadata Property
CloudFile.Metadata Property
Gets the user-defined metadata for the 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.