Class BlobContainerProperties
Properties of a container
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobContainerProperties
Properties
ETag
HasImmutabilityPolicy
HasImmutabilityPolicy
Declaration
public Nullable<bool> HasImmutabilityPolicy { get; }
Property Value
Nullable<Boolean>
|
HasLegalHold
HasLegalHold
Declaration
public Nullable<bool> HasLegalHold { get; }
Property Value
Nullable<Boolean>
|
LastModified
LeaseDuration
LeaseDuration
Declaration
public Nullable<Azure.Storage.Blobs.Models.LeaseDurationType> LeaseDuration { get; }
Property Value
Nullable<LeaseDurationType>
|
LeaseState
LeaseState
Declaration
public Nullable<Azure.Storage.Blobs.Models.LeaseState> LeaseState { get; }
Property Value
Nullable<LeaseState>
|
LeaseStatus
LeaseStatus
Declaration
public Nullable<Azure.Storage.Blobs.Models.LeaseStatus> LeaseStatus { get; }
Property Value
Nullable<LeaseStatus>
|
Metadata
Metadata
Declaration
public System.Collections.Generic.IDictionary<string,string> Metadata { get; }
Property Value
IDictionary<String,String>
|
PublicAccess
PublicAccess
Declaration
public Nullable<Azure.Storage.Blobs.Models.PublicAccessType> PublicAccess { get; }
Property Value
Nullable<PublicAccessType>
|