Package com.azure.cosmos
Class CosmosClientEncryptionKey
java.lang.Object
com.azure.cosmos.CosmosClientEncryptionKey
The type Cosmos clientEncryptionKey. This contains methods to operate on a cosmos clientEncryptionKey
synchronously
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get the id of theCosmosClientEncryptionKey
read()
Reads a cosmos client encryption key
-
Method Details
-
getId
Get the id of theCosmosClientEncryptionKey
- Returns:
- the id of the
CosmosClientEncryptionKey
-
read
Reads a cosmos client encryption key- Returns:
- the single resource response with the read client encryption key or an error.
-