Kinetica C# API
Version 7.2.3.0
|
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... | |
A set of string constants for the parameter response_encoding.
The encoding of the job result (contained in job_response or job_response_str.
const string kinetica.GetJobResponse.ResponseEncoding.BINARY = "binary" |
The job result is binary-encoded.
It is contained in job_response.
const string kinetica.GetJobResponse.ResponseEncoding.JSON = "json" |
The job result is json-encoded.
It is contained in job_response_str.