Kinetica C# API
Version 7.0.19.0
|
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" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 47 of file ShowGraph.cs.
const string kinetica.ShowGraphRequest.Options.FALSE = "false" |
Definition at line 67 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 65 of file ShowGraph.cs.
const string kinetica.ShowGraphRequest.Options.TRUE = "true" |
Definition at line 66 of file ShowGraph.cs.