Interface DataSourceInstanceSelector

interface DataSourceInstanceSelector {
    autoCreate?: boolean;
    userId?: string;
    parentKey?: string;
    parentId?: string;
    id?: string;
    integrationKey?: string;
    integrationId?: string;
    connectionId?: string;
    dataSourceKey?: string;
    dataSourceId?: string;
    instanceKey?: string;
    nodeKey?: string;
    udm?: string;
    flowId?: string;
    flowKey?: string;
    autoUpdate?: boolean;
}

Hierarchy (view full)

Properties

autoCreate?: boolean
userId?: string
parentKey?: string
parentId?: string
id?: string
integrationKey?: string
integrationId?: string
connectionId?: string
dataSourceKey?: string
dataSourceId?: string
instanceKey?: string
nodeKey?: string
udm?: string
  • use dataSourceKey instead
flowId?: string
flowKey?: string
autoUpdate?: boolean