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

Identifies which of and should be used. More...

Public Attributes

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

Detailed Description

Identifies which of and should be used.

Supported values:

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

Definition at line 61 of file UpdateRecords.cs.

Member Data Documentation

◆ BINARY

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

Definition at line 63 of file UpdateRecords.cs.

◆ JSON

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

Definition at line 64 of file UpdateRecords.cs.


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