Interface RangeOptions

RangeOptions specifies index options for a Queryable Encryption field supporting "rangePreview" queries.RangeOptions为支持“rangePreview”查询的Queryable Encryption字段指定索引选项。 min, max, sparsity, and range must match the values set in the encryptedFields of the destination collection.min、max、稀疏性和范围必须与目标集合的encryptedFields中设置的值匹配。 For double and decimal128, min/max/precision must all be set, or all be unset.对于double和decimal128,必须全部设置min/max/precision,或者全部取消设置。

Hierarchy

  • RangeOptions

Properties

max?: any
min?: any
precision?: number
sparsity: Long

Generated using TypeDoc