@oceanum/datamesh / index / Datasource
Datasource =
object
Defined in: packages/datamesh/src/lib/datasource.ts:84
Represents a data source.
coordinates:
Coordkeys
Defined in: packages/datamesh/src/lib/datasource.ts:148
Coordinate map for the data source.
optionaldescription:string
Defined in: packages/datamesh/src/lib/datasource.ts:98
Description of the data source.
optionaldetails:string
Defined in: packages/datamesh/src/lib/datasource.ts:153
Additional details about the data source.
driver:
string
Defined in: packages/datamesh/src/lib/datasource.ts:160
optionalgeom:Geometry
Defined in: packages/datamesh/src/lib/datasource.ts:108
Geometric representation of the data source.
id:
string
Defined in: packages/datamesh/src/lib/datasource.ts:88
Unique identifier for the data source.
optionalinfo:Record<string,unknown>
Defined in: packages/datamesh/src/lib/datasource.ts:138
Additional information about the data source.
optionallast_modified:Date
Defined in: packages/datamesh/src/lib/datasource.ts:158
Last modified date of the data source.
name:
string
Defined in: packages/datamesh/src/lib/datasource.ts:93
Name of the data source.
optionalparameters:Record<string,string|number>
Defined in: packages/datamesh/src/lib/datasource.ts:103
Parameters associated with the data source.
optionalparchive:duration.Duration
Defined in: packages/datamesh/src/lib/datasource.ts:128
Archive time period for the data source.
optionalpforecast:duration.Duration
Defined in: packages/datamesh/src/lib/datasource.ts:123
Forecast time period for the data source.
schema:
DatameshSchema
Defined in: packages/datamesh/src/lib/datasource.ts:143
Schema information for the data source.
optionaltags:string[]
Defined in: packages/datamesh/src/lib/datasource.ts:133
Tags associated with the data source.
optionaltend:dayjs.Dayjs
Defined in: packages/datamesh/src/lib/datasource.ts:118
End time for the data source.
optionaltstart:dayjs.Dayjs
Defined in: packages/datamesh/src/lib/datasource.ts:113
Start time for the data source.