Options
All
  • Public
  • Public/Protected
  • All
Menu

Configures indexing options specific to bitmap indexes.

Hierarchy

  • BitmapIndexOptions

Index

Properties

Optional uniqueKey

uniqueKey: string

Unique key attribute configured in this index config. Defaults to __key. The unique key attribute is used as a source of values which uniquely identify each entry being inserted into an index.

Optional uniqueKeyTransformation

uniqueKeyTransformation: "OBJECT" | "LONG" | "RAW"

Unique key transformation configured in this index. The transformation is applied to every value extracted from unique key attribute. Defaults to OBJECT. Available values are OBJECT, LONG, and RAW.

Generated using TypeDoc