<PackageReference Include="Azure.Storage.Blobs" Version="12.26.0" />

Azure.Storage.Blobs.Models.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; } } }