Kinetica   C#   API  Version 7.2.3.0
kinetica.RawUpdateRecordsRequest.RecordEncoding Struct Reference

A set of string constants for the parameter record_encoding. More...

Public Attributes

const string BINARY = "binary"
 
const string JSON = "json"
 

Detailed Description

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.

Member Data Documentation

◆ BINARY

const string kinetica.RawUpdateRecordsRequest.RecordEncoding.BINARY = "binary"

Definition at line 68 of file UpdateRecords.cs.

◆ JSON

const string kinetica.RawUpdateRecordsRequest.RecordEncoding.JSON = "json"

Definition at line 69 of file UpdateRecords.cs.


The documentation for this struct was generated from the following file: