Package | Description |
---|---|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
ClientEncryptionIncludedPath |
ClientEncryptionIncludedPath.setClientEncryptionKeyId(String clientEncryptionKeyId)
Sets the identifier of the Data Encryption Key to be used to encrypt the path.
|
ClientEncryptionIncludedPath |
ClientEncryptionIncludedPath.setEncryptionAlgorithm(String encryptionAlgorithm)
Sets the type of encryption algorithm to be performed.
|
ClientEncryptionIncludedPath |
ClientEncryptionIncludedPath.setEncryptionType(String encryptionType)
Sets the type of encryption to be performed.
|
ClientEncryptionIncludedPath |
ClientEncryptionIncludedPath.setPath(String path)
Sets the path to be encrypted.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.