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

Azure.Storage.Blobs.Models.BlobItem

public class BlobItem
An Azure Storage blob.
namespace Azure.Storage.Blobs.Models { public class BlobItem { public string Name { get; } public bool Deleted { get; } public string Snapshot { get; } public string VersionId { get; } public bool? IsLatestVersion { get; } public BlobItemProperties Properties { get; } public IDictionary<string, string> Metadata { get; } public IDictionary<string, string> Tags { get; } public IList<ObjectReplicationPolicy> ObjectReplicationSourceProperties { get; } public bool? HasVersionsOnly { get; } } }