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

The encoding of the job result (contained in <member name="job_response"> or <member name="job_response_str">. More...

Public Attributes

const string BINARY = "binary"
 The job result is binary-encoded. More...
 
const string JSON = "json"
 The job result is json-encoded. More...
 

Detailed Description

The encoding of the job result (contained in <member name="job_response"> or <member name="job_response_str">.

Supported values:

  • BINARY: The job result is binary-encoded. It is contained in <member name="job_response">.
  • JSON: The job result is json-encoded. It is contained in <member name="job_response_str">.

A set of string constants for the parameter <member name="response_encoding">.

Definition at line 134 of file GetJob.cs.

Member Data Documentation

const string kinetica.GetJobResponse.ResponseEncoding.BINARY = "binary"

The job result is binary-encoded.

It is contained in <member name="job_response">.

Definition at line 139 of file GetJob.cs.

const string kinetica.GetJobResponse.ResponseEncoding.JSON = "json"

The job result is json-encoded.

It is contained in <member name="job_response_str">.

Definition at line 143 of file GetJob.cs.


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