<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.24.0" />

Azure.Storage.Files.DataLake.Models.BlobItemInternal

An Azure Storage blob.
namespace Azure.Storage.Files.DataLake.Models { internal class BlobItemInternal { public string Name { get; } public bool Deleted { get; } public string Snapshot { get; } public string VersionId { get; } public bool? IsCurrentVersion { get; } public BlobPropertiesInternal Properties { get; } public string DeletionId { get; } } }