Uses of Class
com.azure.cosmos.models.ClientEncryptionIncludedPath
Packages that use ClientEncryptionIncludedPath
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of ClientEncryptionIncludedPath in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return ClientEncryptionIncludedPathModifier 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.Methods in com.azure.cosmos.models that return types with arguments of type ClientEncryptionIncludedPathModifier and TypeMethodDescriptionClientEncryptionPolicy.getIncludedPaths()
Gets the list of paths of the item that need encryption along with path-specific settings.Constructor parameters in com.azure.cosmos.models with type arguments of type ClientEncryptionIncludedPathModifierConstructorDescriptionConstructor.ClientEncryptionPolicy
(List<ClientEncryptionIncludedPath> paths, int policyFormatVersion) Constructor.