Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchIndexerDataSource

Package version

Represents a datasource definition, which can be used to configure an indexer.

Hierarchy

  • SearchIndexerDataSource

Index

Properties

container

The data container for the datasource.

credentials

Credentials for the datasource.

Optional dataChangeDetectionPolicy

dataChangeDetectionPolicy: DataChangeDetectionPolicyUnion

The data change detection policy for the datasource.

Optional dataDeletionDetectionPolicy

dataDeletionDetectionPolicy: DataDeletionDetectionPolicyUnion

The data deletion detection policy for the datasource.

Optional description

description: undefined | string

The description of the datasource.

Optional etag

etag: undefined | string

The ETag of the data source.

name

name: string

The name of the datasource.

type

The type of the datasource. Possible values include: 'AzureSql', 'CosmosDb', 'AzureBlob', 'AzureTable', 'MySql'

Generated using TypeDoc