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/
Extends
Indexable
[x: string]: any
Properties
| Property | Type | Inherited from |
|---|---|---|
accessKey? | string | - |
cacheInvalidateSchedule? | string | DataConnectionCacheProperties.cacheInvalidateSchedule |
cacheResults? | boolean | DataConnectionCacheProperties.cacheResults |
cacheSchema? | boolean | DataConnectionCacheProperties.cacheSchema |
connString? | string | DatabaseConnectionProperties.connString |
dataSource | string | - |
db? | string | DatabaseConnectionProperties.db |
login? | string | - |
password? | string | - |
port? | number | DatabaseConnectionProperties.port |
secretKey? | string | - |
server? | string | DatabaseConnectionProperties.server |