Azure.Storage.Files.DataLake.Models.BlobItemInternal
class 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; }
}
}