A set of parameters for Kinetica.getJob(int,IDictionary<string, string>).
More...
|
int | job_id [get, set] |
| A unique identifier for the job whose status and result is to be fetched. More...
|
|
IDictionary< string, string > | options [get, set] |
| Optional parameters. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
◆ GetJobRequest() [1/2]
kinetica.GetJobRequest.GetJobRequest |
( |
| ) |
|
|
inline |
◆ GetJobRequest() [2/2]
kinetica.GetJobRequest.GetJobRequest |
( |
int |
job_id, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a GetJobRequest object with the specified parameters.
- Parameters
-
job_id | A unique identifier for the job whose status and result is to be fetched. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 42 of file GetJob.cs.
◆ job_id
int kinetica.GetJobRequest.job_id |
|
getset |
A unique identifier for the job whose status and result is to be fetched.
Definition at line 23 of file GetJob.cs.
◆ options
IDictionary<string, string> kinetica.GetJobRequest.options |
|
getset |
The documentation for this class was generated from the following file: