Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchIndexerDataContainer

Package version

Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed.

Hierarchy

  • SearchIndexerDataContainer

Index

Properties

Properties

name

name: string

The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed.

Optional query

query: undefined | string

A query that is applied to this data container. The syntax and meaning of this parameter is datasource-specific. Not supported by Azure SQL datasources.

Generated using TypeDoc