Type Alias CustomConnector

type CustomConnector = {
    qDisplayName?: string;
    qMachineMode?: GenericConnectMachine;
    qParent?: string;
    qProvider?: string;
    qSupportFileStreaming?: boolean;
}
Index

Properties

qDisplayName?: string

Name of the custom connector as displayed in the Qlik interface.

qMachineMode?: GenericConnectMachine

Mode of the machine (64 or 32 bits).

One of:

  • CONNECT_DEFAULT
  • CONNECT_64
  • CONNECT_32
qParent?: string

Name of the parent folder that contains the custom connector file.

qProvider?: string

Name of the custom connector file.

qSupportFileStreaming?: boolean