Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ContainerEncryptionScope interface
- Package:
- @azure/storage-blob
Parameter group
Properties
| defaultEncryptionScope | Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes. |
| preventEncryptionScopeOverride | Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container. |
Property Details
defaultEncryptionScope
Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes.
defaultEncryptionScope?: string
Property Value
string
preventEncryptionScopeOverride
Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container.
preventEncryptionScopeOverride?: boolean
Property Value
boolean
