A set of results returned by Kinetica.getJob.
More...
|
| string | endpoint [get, set] |
| | The endpoint which is being executed asynchronously. More...
|
| |
| string | job_status [get, set] |
| | Status of the submitted job. More...
|
| |
| bool | running [get, set] |
| | True if the end point is still executing. More...
|
| |
| int | progress [get, set] |
| | Approximate percentage of the job completed. More...
|
| |
| bool | successful [get, set] |
| | True if the job execution completed and no errors were encountered. More...
|
| |
| string | response_encoding [get, set] |
| | The encoding of the job result (contained in job_response or job_response_str. More...
|
| |
| byte [] | job_response [get, set] |
| | The binary-encoded response of the job. More...
|
| |
| string | job_response_str [get, set] |
| | The json-encoded response of the job. More...
|
| |
| IDictionary< string, string > | status_map = new Dictionary<string, string>() [get, set] |
| | Map of various status strings for the executed job. More...
|
| |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| | Additional information. More...
|
| |
| Schema | Schema [get] |
| | Avro Schema for this class More...
|
| |
| Schema | Schema [get] |
| |
A set of results returned by Kinetica.getJob.
Definition at line 73 of file GetJob.cs.
◆ endpoint
| string kinetica.GetJobResponse.endpoint |
|
getset |
The endpoint which is being executed asynchronously.
E.g. '/alter/table'.
Definition at line 133 of file GetJob.cs.
◆ info
| IDictionary< string, string > kinetica.GetJobResponse.info = new Dictionary<string, string>() |
|
getset |
Additional information.
Definition at line 220 of file GetJob.cs.
◆ job_response
| byte [] kinetica.GetJobResponse.job_response |
|
getset |
◆ job_response_str
| string kinetica.GetJobResponse.job_response_str |
|
getset |
The json-encoded response of the job.
This field is populated only when the job has completed and response_encoding is JSON
Definition at line 203 of file GetJob.cs.
◆ job_status
| string kinetica.GetJobResponse.job_status |
|
getset |
Status of the submitted job.
Supported values:
-
RUNNING: The job is currently executing.
-
DONE: The job execution has successfully completed and the response is included in the job_response or job_response_str field
-
ERROR: The job was attempted, but an error was encountered. The status_map contains the details of the error in error_message
-
CANCELLED: Job cancellation was requested while the execution was in progress.
Definition at line 162 of file GetJob.cs.
◆ progress
| int kinetica.GetJobResponse.progress |
|
getset |
Approximate percentage of the job completed.
Definition at line 168 of file GetJob.cs.
◆ response_encoding
| string kinetica.GetJobResponse.response_encoding |
|
getset |
◆ running
| bool kinetica.GetJobResponse.running |
|
getset |
True if the end point is still executing.
Definition at line 165 of file GetJob.cs.
◆ status_map
| IDictionary< string, string > kinetica.GetJobResponse.status_map = new Dictionary<string, string>() |
|
getset |
Map of various status strings for the executed job.
-
ERROR_MESSAGE: Explains what error occurred while running the job asynchronously. This entry only exists when the job status is ERROR.
Definition at line 217 of file GetJob.cs.
◆ successful
| bool kinetica.GetJobResponse.successful |
|
getset |
True if the job execution completed and no errors were encountered.
Definition at line 172 of file GetJob.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/GetJob.cs