Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.RawInsertRecordsRequest.ListEncoding Struct Reference

The encoding of the records to be inserted. More...

Public Attributes

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

Detailed Description

The encoding of the records to be inserted.

Supported values:

The default value is BINARY. A set of string constants for the parameter list_encoding.

Definition at line 53 of file InsertRecords.cs.

Member Data Documentation

const string kinetica.RawInsertRecordsRequest.ListEncoding.BINARY = "binary"

Definition at line 55 of file InsertRecords.cs.

const string kinetica.RawInsertRecordsRequest.ListEncoding.JSON = "json"

Definition at line 56 of file InsertRecords.cs.


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