Class BlobItem
An Azure Storage blob
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobItem
Properties
Deleted
Metadata
Metadata
Declaration
public System.Collections.Generic.IDictionary<string,string> Metadata { get; }
Property Value
IDictionary<String,String>
|
Name
Properties
Properties of a blob
Declaration
public Azure.Storage.Blobs.Models.BlobItemProperties Properties { get; }
Property Value
BlobItemProperties
|