Azure.Storage.Files.DataLake.Models.BlobPropertiesInternal
class BlobPropertiesInternal
Properties of a blob.
namespace Azure.Storage.Files.DataLake.Models
{
internal class BlobPropertiesInternal
{
public DateTimeOffset? CreationTime { get; }
public DateTimeOffset LastModified { get; }
public string Etag { get; }
public long? ContentLength { get; }
public string ContentType { get; }
public string ContentEncoding { get; }
public string ContentLanguage { get; }
public byte[] ContentMD5 { get; }
public string ContentDisposition { get; }
public string CacheControl { get; }
public long? BlobSequenceNumber { get; }
public string CopyId { get; }
public string CopySource { get; }
public string CopyProgress { get; }
public DateTimeOffset? CopyCompletionTime { get; }
public string CopyStatusDescription { get; }
public bool? ServerEncrypted { get; }
public bool? IncrementalCopy { get; }
public string DestinationSnapshot { get; }
public DateTimeOffset? DeletedTime { get; }
public int? RemainingRetentionDays { get; }
public bool? AccessTierInferred { get; }
public string CustomerProvidedKeySha256 { get; }
public string EncryptionScope { get; }
public DateTimeOffset? AccessTierChangeTime { get; }
public int? TagCount { get; }
public DateTimeOffset? ExpiresOn { get; }
public bool? IsSealed { get; }
public DateTimeOffset? LastAccessedOn { get; }
public DateTimeOffset? DeleteTime { get; }
}
}