Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowGraphRequest.Options Struct Reference

A set of string constants for the parameter options. More...

Public Attributes

const string SHOW_ORIGINAL_REQUEST = "show_original_request"
 If set to TRUE, the request that was originally used to create the graph is also returned as JSON. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string SERVER_ID = "server_id"
 Indicates which graph server(s) to send the request to. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file ShowGraph.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowGraphRequest.Options.FALSE = "false"

Definition at line 40 of file ShowGraph.cs.

◆ SERVER_ID

const string kinetica.ShowGraphRequest.Options.SERVER_ID = "server_id"

Indicates which graph server(s) to send the request to.

Default is to send to get information about all the servers.

Definition at line 46 of file ShowGraph.cs.

◆ SHOW_ORIGINAL_REQUEST

const string kinetica.ShowGraphRequest.Options.SHOW_ORIGINAL_REQUEST = "show_original_request"

If set to TRUE, the request that was originally used to create the graph is also returned as JSON.

Supported values:

The default value is TRUE.

Definition at line 37 of file ShowGraph.cs.

◆ TRUE

const string kinetica.ShowGraphRequest.Options.TRUE = "true"

Definition at line 39 of file ShowGraph.cs.


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