|
Kinetica C# API
Version 7.2.3.1
|
Go to the source code of this file.
Classes | |
| struct | RecordValue |
| A typed value that can be stored in a GenericRecord. More... | |
Enumerations | |
| enum | RecordValueType { RecordValueType.Null, RecordValueType.Int, RecordValueType.Long, RecordValueType.Float, RecordValueType.Double, RecordValueType.String, RecordValueType.Bytes } |
| Represents the type of a record value. More... | |
|
strong |
Represents the type of a record value.
Equivalent to Rust's RecordValue enum variants.
Definition at line 10 of file RecordValue.cs.