Interface ClientEncryptionEncryptOptions

Options to provide when encrypting data.加密数据时要提供的选项。

Hierarchy

  • ClientEncryptionEncryptOptions

Properties

algorithm: "AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic" | "AEAD_AES_256_CBC_HMAC_SHA_512-Random" | "Indexed" | "Unindexed" | "RangePreview"

The algorithm to use for encryption.用于加密的算法。

contentionFactor?: number | bigint

The contention factor.争用因素。

keyAltName?: string

A unique string name corresponding to an already existing dataKey.与已存在的dataKey相对应的唯一字符串名称。

keyId?: Binary

The id of the Binary dataKey to use for encryption用于加密的二进制数据键的id

queryType?: "equality" | "rangePreview"

The query type supported. 支持的查询类型。Only the queryType equality is stable.只有queryTypeequality是稳定的。

Public Technical Preview: The queryType rangePreview is experimental.公共技术预览:queryType rangePreview是实验性的。

rangeOptions?: RangeOptions

Public Technical Preview: The index options for a Queryable Encryption field supporting "rangePreview" queries.公共技术预览:支持“rangePreview”查询的可查询加密字段的索引选项。

Generated using TypeDoc