Azure.Storage.Blobs.Models.BlobPropertiesInternal
class BlobPropertiesInternal
Properties of a blob.
namespace Azure.Storage.Blobs.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 BlobType? BlobType { get; }
public LeaseStatus? LeaseStatus { get; }
public LeaseState? LeaseState { get; }
public LeaseDurationType? LeaseDuration { get; }
public string CopyId { get; }
public CopyStatus? CopyStatus { 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 AccessTier? AccessTier { get; }
public bool? AccessTierInferred { get; }
public ArchiveStatus? ArchiveStatus { get; }
public AccessTier? SmartAccessTier { 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 RehydratePriority? RehydratePriority { get; }
public DateTimeOffset? LastAccessedOn { get; }
public DateTimeOffset? ImmutabilityPolicyExpiresOn { get; }
public BlobImmutabilityPolicyMode? ImmutabilityPolicyMode { get; }
public bool? LegalHold { get; }
}
}