Kinetica   C#   API  Version 7.2.3.0
kinetica.AdminShowJobsResponse.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, an internally generated unique identifier for the job across clusters. More...
 
const string WORKER_INFO = "worker_info"
 Worker job information as json More...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 161 of file AdminShowJobs.cs.

Member Data Documentation

◆ JOB_TAG

const string kinetica.AdminShowJobsResponse.Info.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.

Definition at line 166 of file AdminShowJobs.cs.

◆ WORKER_INFO

const string kinetica.AdminShowJobsResponse.Info.WORKER_INFO = "worker_info"

Worker job information as json

Definition at line 169 of file AdminShowJobs.cs.


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