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