DatasourceJSON
Datalayer Core / DatasourceJSON
Interface: DatasourceJSON
Defined in: src/models/Datasource.ts:81
Public JSON interface for Datasource (camelCase).
Properties
createdAt?
optionalcreatedAt:Date
Defined in: src/models/Datasource.ts:95
Creation timestamp
database?
optionaldatabase:string
Defined in: src/models/Datasource.ts:91
Optional: Database name
description
description:
string
Defined in: src/models/Datasource.ts:89
Datasource description
name
name:
string
Defined in: src/models/Datasource.ts:87
Datasource name
outputBucket?
optionaloutputBucket:string
Defined in: src/models/Datasource.ts:93
Optional: S3 output bucket
type
type:
DatasourceType
Defined in: src/models/Datasource.ts:85
Datasource type
uid
uid:
string
Defined in: src/models/Datasource.ts:83
Unique identifier
updatedAt?
optionalupdatedAt:Date
Defined in: src/models/Datasource.ts:97
Last update timestamp