Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | NEW_GRAPH_NAME = "new_graph_name" |
If a non-empty value is specified, the original graph will be kept (non-default behaviour) and a new balanced graph will be created under this given name. More... | |
const string | SOURCE_NODE = "source_node" |
The distributed shortest path solve is run from this source node to all the nodes in the graph to create balaced partitions using the iso-distance levels of the solution. More... | |
const string | SQL_REQUEST_AVRO_JSON = "sql_request_avro_json" |
The default value is ''. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 27 of file RepartitionGraph.cs.
const string kinetica.RepartitionGraphRequest.Options.NEW_GRAPH_NAME = "new_graph_name" |
If a non-empty value is specified, the original graph will be kept (non-default behaviour) and a new balanced graph will be created under this given name.
When the value is empty (default), the generated 'balanced' graph will replace the original 'unbalanced' graph under the same graph name. The default value is ''.
Definition at line 36 of file RepartitionGraph.cs.
const string kinetica.RepartitionGraphRequest.Options.SOURCE_NODE = "source_node" |
The distributed shortest path solve is run from this source node to all the nodes in the graph to create balaced partitions using the iso-distance levels of the solution.
The source node is selected by the rebalance algorithm automatically (default case when the value is an empty string). Otherwise, the user specified node is used as the source. The default value is ''.
Definition at line 46 of file RepartitionGraph.cs.
const string kinetica.RepartitionGraphRequest.Options.SQL_REQUEST_AVRO_JSON = "sql_request_avro_json" |
The default value is ''.
Definition at line 49 of file RepartitionGraph.cs.