Package com.azure.cosmos.models
Class ClientEncryptionPolicy
java.lang.Object
com.azure.cosmos.models.ClientEncryptionPolicy
Client encryption policy.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the list of path of the item that need encryption along with path-specific settings.intVersion of the client encryption policy definition.
-
Constructor Details
-
ClientEncryptionPolicy
Constructor.- Parameters:
paths- list of path of the item that need encryption along with path-specific settings.
-
ClientEncryptionPolicy
public ClientEncryptionPolicy()Constructor.
-
-
Method Details
-
getIncludedPaths
Gets the list of path of the item that need encryption along with path-specific settings.- Returns:
- includedPaths
-
getPolicyFormatVersion
public int getPolicyFormatVersion()Version of the client encryption policy definition.- Returns:
- policyFormatVersion
-