Class BlobContainerEncryptionScopeOptions
Encryption scope options to be used when creating a container.
Inheritance
System.Object
BlobContainerEncryptionScopeOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobContainerEncryptionScopeOptions
Constructors
BlobContainerEncryptionScopeOptions()
Declaration
public BlobContainerEncryptionScopeOptions ();
Properties
DefaultEncryptionScope
Specifies the default encryption scope to set on the container and use for all future writes.
Declaration
public string DefaultEncryptionScope { get; set; }
Property Value
System.String
|
PreventEncryptionScopeOverride
If true, prevents any request from specifying a different encryption scope than the scope set on the container.
Declaration
public bool PreventEncryptionScopeOverride { get; set; }
Property Value
System.Boolean
|