Get the Any data type
the Any data type
Get the binary data type
the Binary data type
Get the double data type
the Double data type
Obtain a DataType implementation by type name, topic type, or value class
the type name as returned by DataType.name, the value or a topic type.
the data type or null
if no datatype was found
Obtain a DataType implementation by value class.
For DoubleDataType, the associated value class is Number
.
the class
the data type
Get the Int64 data type
the Int64 data type
Get the JSON data type
the JSON data type
Get the record V2 data type
the RecordV2 data type
Get the string data type
the String data type
Diffusion datatype implementations.
Datatypes are accessed via the
diffusion
singleton.Example:
// Get the JSON datatype var json = diffusion.datatypes.json();
Example:
// Get a datatype via name var json = diffusion.datatypes.get('json');
diffusion.datatypes
5.7