Type alias EnsureMdiIndexOptions

EnsureMdiIndexOptions: EnsureIndexOptionsType<"mdi", string[], {
    fieldValueTypes: "double";
    unique?: boolean;
}>

Options for creating a MDI index.

Type declaration

  • fieldValueTypes: "double"

    Data type of the dimension attributes.

  • Optional unique?: boolean

    If set to true, a unique index will be created.

    Default: false