Kinetica C# API
Version 7.2.3.0
|
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 66 of file UpdateRecords.cs.
const string kinetica.RawUpdateRecordsRequest.RecordEncoding.BINARY = "binary" |
Definition at line 68 of file UpdateRecords.cs.
const string kinetica.RawUpdateRecordsRequest.RecordEncoding.JSON = "json" |
Definition at line 69 of file UpdateRecords.cs.