你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClientEncryptionOptions interface

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

Property Value