CloudBlobContainer.Metadata Property
Definition
Gets the container's metadata.
public System.Collections.Generic.IDictionary<string,string> Metadata { get; }
member this.Metadata : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Metadata As IDictionary(Of String, String)
Property Value
An IDictionary<TKey,TValue> object containing the container's metadata.