7 using System.Collections.Generic;
131 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
178 IDictionary<string, string>
options = null)
180 this.graph_name = graph_name ??
"";
181 this.options =
options ??
new Dictionary<string, string>();
199 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(string,IDictionary{string, string})...
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(string,IDictionary{string, string}).
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.