|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter record_encoding. More...
Public Attributes | |
| const string | BINARY = "binary" |
| const string | JSON = "json" |
A set of string constants for the parameter record_encoding.
Identifies which of records_to_insert and records_to_insert_str should be used.
Definition at line 65 of file UpdateRecords.cs.
| const string RawUpdateRecordsRequest.RecordEncoding.BINARY = "binary" |
Definition at line 67 of file UpdateRecords.cs.
| const string RawUpdateRecordsRequest.RecordEncoding.JSON = "json" |
Definition at line 68 of file UpdateRecords.cs.