Uses of Class
com.azure.cosmos.models.ClientEncryptionIncludedPath
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of ClientEncryptionIncludedPath in com.azure.cosmos.models
Modifier and TypeMethodDescriptionClientEncryptionIncludedPath.setClientEncryptionKeyId
(String clientEncryptionKeyId) Sets the identifier of the Data Encryption Key to be used to encrypt the path.ClientEncryptionIncludedPath.setEncryptionAlgorithm
(String encryptionAlgorithm) Sets the type of encryption algorithm to be performed.ClientEncryptionIncludedPath.setEncryptionType
(String encryptionType) Sets the type of encryption to be performed.Sets the path to be encrypted.Modifier and TypeMethodDescriptionClientEncryptionPolicy.getIncludedPaths()
Gets the list of paths of the item that need encryption along with path-specific settings.ModifierConstructorDescriptionConstructor.ClientEncryptionPolicy
(List<ClientEncryptionIncludedPath> paths, int policyFormatVersion) Constructor.