Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateJobResponse.Info Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 177 of file CreateJob.cs.

Member Data Documentation

◆ JOB_TAG

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.

◆ QUERY_ID

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.


The documentation for this struct was generated from the following file: