Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataSource

Package version

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

Hierarchy

  • DataSource

Index

Properties

container

container: DataContainer

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

name

name: string

The name of the datasource.

type

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

Generated using TypeDoc