Skip to main content

A set of string constants for the parameter GetJobResponse.response_encoding. More…

Static Public Attributes

const string BINARY = “binary”
 The job result is binary-encoded.
 
const string JSON = “json”
 The job result is JSON-encoded.
 

Detailed Description

A set of string constants for the parameter GetJobResponse.response_encoding.

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

Definition at line 107 of file GetJob.cs.

Member Data Documentation

◆ BINARY

const string kinetica.GetJobResponse.ResponseEncoding.BINARY = “binary”
static

The job result is binary-encoded.

It is contained in GetJobResponse.job_response.

Definition at line 112 of file GetJob.cs.

◆ JSON

const string kinetica.GetJobResponse.ResponseEncoding.JSON = “json”
static

The job result is JSON-encoded.

It is contained in GetJobResponse.job_response_str.

Definition at line 117 of file GetJob.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/GetJob.cs
  • Kinetica/Protocol/GetJob.cs