Skip to main content

Interface: DataConnectionProperties

dg.DataConnectionProperties

Represents data connection properties. It can have variable number of parameters depending on DataSourceType. For a complete list of supported parameters for the data source type use https://datagrok.ai/help/access/databases/connectors/ or https://datagrok.ai/help/access/files/shares/

Hierarchy

Indexable

[x: string]: any

Properties

accessKey

Optional accessKey: string

Defined in

src/entities.ts:51


cacheInvalidateSchedule

Optional cacheInvalidateSchedule: string

Inherited from

DataConnectionCacheProperties.cacheInvalidateSchedule

Defined in

src/entities.ts:39


cacheResults

Optional cacheResults: boolean

Inherited from

DataConnectionCacheProperties.cacheResults

Defined in

src/entities.ts:37


cacheSchema

Optional cacheSchema: boolean

Inherited from

DataConnectionCacheProperties.cacheSchema

Defined in

src/entities.ts:38


connString

Optional connString: string

Inherited from

DatabaseConnectionProperties.connString

Defined in

src/entities.ts:30


dataSource

dataSource: string

Defined in

src/entities.ts:48


db

Optional db: string

Inherited from

DatabaseConnectionProperties.db

Defined in

src/entities.ts:29


login

Optional login: string

Defined in

src/entities.ts:49


password

Optional password: string

Defined in

src/entities.ts:50


port

Optional port: number

Inherited from

DatabaseConnectionProperties.port

Defined in

src/entities.ts:28


secretKey

Optional secretKey: string

Defined in

src/entities.ts:52


server

Optional server: string

Inherited from

DatabaseConnectionProperties.server

Defined in

src/entities.ts:27