Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ClientEncryptionOptions interface
- Package:
- @azure/cosmos
Represents the encryption options associated with a CosmosClient.
Properties
| encryptionKeyTimeToLiveInSeconds | time for which encryption keys and settings will be cached. Default is 7200 seconds |
| keyEncryptionKeyResolver | resolver that allows interaction with key encryption keys. |
Property Details
encryptionKeyTimeToLiveInSeconds
time for which encryption keys and settings will be cached. Default is 7200 seconds
encryptionKeyTimeToLiveInSeconds?: number
Property Value
number
keyEncryptionKeyResolver
resolver that allows interaction with key encryption keys.
keyEncryptionKeyResolver: EncryptionKeyResolver
