ContainerProperties |
ContainerProperties.withDefaultEncryptionScope(String defaultEncryptionScope) |
Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.
|
ContainerProperties |
ContainerProperties.withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride) |
Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.
|
ContainerProperties |
ContainerProperties.withEnableNfsV3AllSquash(Boolean enableNfsV3AllSquash) |
Set the enableNfsV3AllSquash property: Enable NFSv3 all squash on blob container.
|
ContainerProperties |
ContainerProperties.withEnableNfsV3RootSquash(Boolean enableNfsV3RootSquash) |
Set the enableNfsV3RootSquash property: Enable NFSv3 root squash on blob container.
|
ContainerProperties |
ContainerProperties.withImmutableStorageWithVersioning(ImmutableStorageWithVersioning immutableStorageWithVersioning) |
Set the immutableStorageWithVersioning property: The object level immutability property of the container.
|
ContainerProperties |
ContainerProperties.withMetadata(Map<String,String> metadata) |
Set the metadata property: A name-value pair to associate with the container as metadata.
|
ContainerProperties |
ContainerProperties.withPublicAccess(PublicAccess publicAccess) |
Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of
access.
|