Skip to main content

A set of string constants for the parameter AdminShowJobsResponse.info. More…

Static Public Attributes

const string JOB_TAG = “job_tag”
 The job tag specified by the user or if unspecified by user, an internally generated unique identifier for the job across clusters.
 
const string WORKER_INFO = “worker_info”
 Worker job information as JSON.
 

Detailed Description

A set of string constants for the parameter AdminShowJobsResponse.info.

Additional information.

Definition at line 199 of file AdminShowJobs.cs.

Member Data Documentation

◆ JOB_TAG

const string kinetica.AdminShowJobsResponse.Info.JOB_TAG = “job_tag”
static

The job tag specified by the user or if unspecified by user, an internally generated unique identifier for the job across clusters.

Definition at line 204 of file AdminShowJobs.cs.

◆ WORKER_INFO

const string kinetica.AdminShowJobsResponse.Info.WORKER_INFO = “worker_info”
static

Worker job information as JSON.

Definition at line 207 of file AdminShowJobs.cs.


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