Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchIndexerDataSourceConnection

Package version

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

Hierarchy

  • SearchIndexerDataSourceConnection

Index

Properties

Optional connectionString

connectionString: undefined | string

The connection string for the datasource.

container

The data container for the datasource.

Optional dataChangeDetectionPolicy

dataChangeDetectionPolicy: DataChangeDetectionPolicy

The data change detection policy for the datasource.

Optional dataDeletionDetectionPolicy

dataDeletionDetectionPolicy: DataDeletionDetectionPolicy

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 DataSource.

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