Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataTypes

Hierarchy

  • DataTypes

Index

Methods

any

  • Returns AnyDataType

    the Any data type

binary

  • Returns BinaryDataType

    the Binary data type

double

  • Returns DoubleDataType

    the Double data type

get

  • get(name: any): DataType<any, any, any> | null
  • Parameters

    • name: any

    Returns DataType<any, any, any> | null

    the data type or null if no datatype was found

getByClass

  • getByClass(valueClass: object): DataType<any, any, any>
  • Parameters

    • valueClass: object

    Returns DataType<any, any, any>

    the data type

int64

  • Returns Int64DataType

    the Int64 data type

json

  • Returns JSONDataType

    the JSON data type

recordv2

  • Returns RecordV2DataType

    the RecordV2 data type

string

  • Returns StringDataType

    the String data type

timeseries

  • Type parameters

    • ValueType

    • SourceType

    Parameters

    • valueType: DataType<ValueType, SourceType, any>

    Returns DataType<Event<ValueType>, Event<SourceType>, Bytes>

    a timeseries data type