Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComplexField

Package version

Represents a field in an index definition, which describes the name, data type, and search behavior of a field.

Hierarchy

  • ComplexField

Index

Properties

Properties

fields

fields: SearchField[]

A list of sub-fields.

name

name: string

The name of the field, which must be unique within the fields collection of the index or parent field.

type

The data type of the field. Possible values include: 'Edm.ComplexType','Collection(Edm.ComplexType)'

Generated using TypeDoc