Skip to main content

A set of string constants for the parameter RawInsertRecordsRequest.list_encoding. More…

Static Public Attributes

const string BINARY = “binary”
 A constant for the RawInsertRecordsRequest.ListEncoding options.
 
const string JSON = “json”
 A constant for the RawInsertRecordsRequest.ListEncoding options.
 

Detailed Description

A set of string constants for the parameter RawInsertRecordsRequest.list_encoding.

The encoding of the records to be inserted.

Definition at line 52 of file InsertRecords.cs.

Member Data Documentation

◆ BINARY

const string kinetica.RawInsertRecordsRequest.ListEncoding.BINARY = “binary”
static

A constant for the RawInsertRecordsRequest.ListEncoding options.

Definition at line 56 of file InsertRecords.cs.

◆ JSON

const string kinetica.RawInsertRecordsRequest.ListEncoding.JSON = “json”
static

A constant for the RawInsertRecordsRequest.ListEncoding options.

Definition at line 60 of file InsertRecords.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/InsertRecords.cs
  • Kinetica/Protocol/InsertRecords.cs