Share via


CloudBlob.Metadata Property

Definition

Gets the user-defined metadata for the blob.

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

System.Collections.Generic.IDictionary<System.String,System.String>

An System.Collections.Generic.IDictionary`2 object containing the blob's metadata as a collection of name-value pairs.

Applies to