ClientEncryptionOptions interface
Represents the encryption options associated with a CosmosClient.
Properties
encryption |
time for which encryption keys and settings will be cached. Default is 7200 seconds |
key |
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