Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
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 67 of file UpdateRecords.cs.

Member Data Documentation

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

Definition at line 69 of file UpdateRecords.cs.

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

Definition at line 70 of file UpdateRecords.cs.


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