Kinetica   C#   API  Version 7.2.3.1
GetJobResponse.ResponseEncoding Struct Reference

A set of string constants for the parameter response_encoding. 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

A set of string constants for the parameter response_encoding.

The encoding of the job result (contained in job_response or job_response_str.

Definition at line 103 of file GetJob.cs.

Member Data Documentation

◆ BINARY

const string GetJobResponse.ResponseEncoding.BINARY = "binary"

The job result is binary-encoded.

It is contained in job_response.

Definition at line 108 of file GetJob.cs.

◆ JSON

const string GetJobResponse.ResponseEncoding.JSON = "json"

The job result is JSON-encoded.

It is contained in job_response_str.

Definition at line 113 of file GetJob.cs.


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