Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
Mono<CosmosClientEncryptionKeyResponse> |
CosmosAsyncDatabase.createClientEncryptionKey(CosmosClientEncryptionKeyProperties keyProperties)
Creates a client encryption key after subscription the operation will be performed.
|
Mono<CosmosClientEncryptionKeyResponse> |
CosmosAsyncClientEncryptionKey.replace(CosmosClientEncryptionKeyProperties keyProperties)
Replace a cosmos client encryption key.
|
Modifier and Type | Method and Description |
---|---|
CosmosClientEncryptionKeyProperties |
CosmosClientEncryptionKeyResponse.getProperties()
Gets the cosmos client encryption key properties
|
CosmosClientEncryptionKeyProperties |
CosmosClientEncryptionKeyProperties.setEncryptionAlgorithm(String encryptionAlgorithm)
Sets the encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.
|
CosmosClientEncryptionKeyProperties |
CosmosClientEncryptionKeyProperties.setEncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata encryptionKeyWrapMetadata)
Sets the metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.
|
CosmosClientEncryptionKeyProperties |
CosmosClientEncryptionKeyProperties.setId(String id)
Sets the name of the resource.
|
CosmosClientEncryptionKeyProperties |
CosmosClientEncryptionKeyProperties.setWrappedDataEncryptionKey(byte[] wrappedDataEncryptionKey)
Sets the wrapped form of the client encryption key.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.