Package version:

Interface AzureDataExplorerLinkedService

Azure Data Explorer (Kusto) linked service.

Hierarchy

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

The integration runtime reference.

database: any

Database name for connection. Type: string (or Expression with resultType string).

description?: string

Linked service description.

endpoint: any

The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://..kusto.windows.net. Type: string (or Expression with resultType string)

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

servicePrincipalId?: any

The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string).

servicePrincipalKey?: SecretBaseUnion

The key of the service principal used to authenticate against Kusto.

tenant?: any

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

type: "AzureDataExplorer"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc