7 using System.Collections.Generic;
86 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
129 IDictionary<string, string>
options =
null)
146 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
RepartitionGraphRequest(string graph_name, IDictionary< string, string > options=null)
Constructs a RepartitionGraphRequest object with the specified parameters.
const string NEW_GRAPH_NAME
If a non-empty value is specified, the original graph will be kept (non-default behaviour) and a new ...
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.repartitionGraph.
RepartitionGraphRequest()
Constructs a RepartitionGraphRequest object with default parameters.
const string SOURCE_NODE
The distributed shortest path solve is run from this source node to all the nodes in the graph to cre...
bool result
Indicates a successful rebalancing on all servers.
A set of parameters for Kinetica.repartitionGraph.
A set of string constants for the parameter options.
const string SQL_REQUEST_AVRO_JSON
The default value is ''.
KineticaData - class to help with Avro Encoding for Kinetica
string graph_name
Name of the graph resource to rebalance.