Kinetica C# API
Version 7.2.3.0
|
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 177 of file CreateJob.cs.
const string kinetica.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 181 of file CreateJob.cs.
const string kinetica.CreateJobResponse.Info.QUERY_ID = "query_id" |
A unique identifier for this job generated for use in tracing telemetry data
Definition at line 185 of file CreateJob.cs.