ComplexField interface

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

Properties

fields

A list of sub-fields.

name

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)'

Property Details

fields

A list of sub-fields.

fields: SearchField[]

Property Value

name

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

name: string

Property Value

string

type

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

type: ComplexDataType

Property Value