Skip to main content

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

Static 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.
 
const string TRUE = “true”
 A boolean constant for the ShowGraphRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowGraphRequest.Options options.
 
const string SERVER_ID = “server_id”
 Indicates which graph server(s) to send the request to.
 
const string EXPORT_GRAPH_SCHEMA = “export_graph_schema”
 If true, generates the graph ontology (schema) as a DOT format string in the response info field under the key ‘dot’.
 

Detailed Description

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

Optional parameters.

Definition at line 21 of file ShowGraph.cs.

Member Data Documentation

◆ EXPORT_GRAPH_SCHEMA

const string kinetica.ShowGraphRequest.Options.EXPORT_GRAPH_SCHEMA = “export_graph_schema”
static

If true, generates the graph ontology (schema) as a DOT format string in the response info field under the key ‘dot’.

Supported values:

The default value is FALSE.

Definition at line 72 of file ShowGraph.cs.

◆ FALSE

const string kinetica.ShowGraphRequest.Options.FALSE = “false”
static

A boolean constant for the ShowGraphRequest.Options options.

Definition at line 48 of file ShowGraph.cs.

◆ SERVER_ID

const string kinetica.ShowGraphRequest.Options.SERVER_ID = “server_id”
static

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

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

Definition at line 54 of file ShowGraph.cs.

◆ SHOW_ORIGINAL_REQUEST

const string kinetica.ShowGraphRequest.Options.SHOW_ORIGINAL_REQUEST = “show_original_request”
static

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 40 of file ShowGraph.cs.

◆ TRUE

const string kinetica.ShowGraphRequest.Options.TRUE = “true”
static

A boolean constant for the ShowGraphRequest.Options options.

Definition at line 44 of file ShowGraph.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowGraph.cs
  • Kinetica/Protocol/ShowGraph.cs