Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Index

Index defines an index.

Hierarchy

  • Index

Index

Properties

Properties

path

path: string

Path to the field to index in dot syntax, e.g., "name.last" or "age".

Optional unique

unique: undefined | false | true

Unique indicates that only one instance should exist per field value.