Azure.Storage.Blobs.Models.BlobItemInternal
class BlobItemInternal
An Azure Storage blob.
namespace Azure.Storage.Blobs.Models
{
internal class BlobItemInternal
{
public BlobName Name { get; }
public bool Deleted { get; }
public string Snapshot { get; }
public string VersionId { get; }
public bool? IsCurrentVersion { get; }
public BlobPropertiesInternal Properties { get; }
public IReadOnlyDictionary<string, string> Metadata { get; }
public BlobTags BlobTags { get; }
public bool? HasVersionsOnly { get; }
public IReadOnlyDictionary<string, string> OrMetadata { get; }
}
}