@oceanum/datamesh / DataVariable
DataVariable =
object
Defined in: packages/datamesh/src/lib/datamodel.ts:48
Represents a data variable.
attributes:
Record
<string
,string
|unknown
>
Defined in: packages/datamesh/src/lib/datamodel.ts:52
Attributes of the variable.
optional
data:Data
Defined in: packages/datamesh/src/lib/datamodel.ts:64
Data associated with the variable.
dimensions:
string
[]
Defined in: packages/datamesh/src/lib/datamodel.ts:56
Dimensions of the variable
optional
dtype:DataType
Defined in: packages/datamesh/src/lib/datamodel.ts:60
Datatype of the variable.