|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter info. More...
Public Attributes | |
| const string | JOB_TAG = "job_tag" |
| The job tag specified by the user or if unspecified by user, a unique identifier generated internally. More... | |
| const string | QUERY_ID = "query_id" |
| A unique identifier for this job generated for use in tracing telemetry data. More... | |
A set of string constants for the parameter info.
Additional information.
Definition at line 170 of file CreateJob.cs.
| const string CreateJobResponse.Info.JOB_TAG = "job_tag" |
The job tag specified by the user or if unspecified by user, a unique identifier generated internally.
Definition at line 174 of file CreateJob.cs.
| const string CreateJobResponse.Info.QUERY_ID = "query_id" |
A unique identifier for this job generated for use in tracing telemetry data.
Definition at line 178 of file CreateJob.cs.