@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class ClientEncryptionPolicy extends Object
Constructor and Description |
---|
ClientEncryptionPolicy()
Constructor.
|
ClientEncryptionPolicy(List<ClientEncryptionIncludedPath> paths)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ClientEncryptionIncludedPath> |
getIncludedPaths()
Gets the list of path of the item that need encryption along with path-specific settings.
|
int |
getPolicyFormatVersion()
Version of the client encryption policy definition.
|
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public ClientEncryptionPolicy(List<ClientEncryptionIncludedPath> paths)
paths
- list of path of the item that need encryption along with path-specific settings.public ClientEncryptionPolicy()
@Beta(value=V4_11_0, warningText="Preview API - subject to change in non-backwards compatible way") public List<ClientEncryptionIncludedPath> getIncludedPaths()
@Beta(value=V4_16_0, warningText="Preview API - subject to change in non-backwards compatible way") public int getPolicyFormatVersion()
Copyright © 2021 Microsoft Corporation. All rights reserved.