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
| static |
The job result is binary-encoded.
It is contained in GetJobResponse.job_response.
Definition at line 112 of file GetJob.cs.
◆ 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_centos8-arch_amd64-cc_gcc_8.5.0/install/Kinetica/Protocol/GetJob.cs
- Kinetica/Protocol/GetJob.cs