Azure.Storage.Blobs.Models.ContainerPropertiesInternal
Properties of a container.
namespace Azure.Storage.Blobs.Models
{
internal class ContainerPropertiesInternal
{
public DateTimeOffset LastModified { get; }
public string Etag { get; }
public LeaseStatus? LeaseStatus { get; }
public LeaseState? LeaseState { get; }
public LeaseDurationType? LeaseDuration { get; }
public PublicAccessType? PublicAccess { get; }
public bool? HasImmutabilityPolicy { get; }
public bool? HasLegalHold { get; }
public string DefaultEncryptionScope { get; }
public bool? PreventEncryptionScopeOverride { get; }
public DateTimeOffset? DeletedTime { get; }
public int? RemainingRetentionDays { get; }
public bool? IsImmutableStorageWithVersioningEnabled { get; }
}
}