Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowGraphRequest.Options Struct Reference

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

Optional parameters.

  • 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.
  • SERVER_ID: Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 54 of file ShowGraph.cs.

Member Data Documentation

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

Definition at line 74 of file ShowGraph.cs.

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

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

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

Definition at line 73 of file ShowGraph.cs.


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