7 using System.Collections.Generic;
74 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
110 IDictionary<string, string>
options =
null)
126 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.repartitionGraph.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.repartitionGraph.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string NEW_GRAPH_NAME
If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new b...
RepartitionGraphRequest()
Constructs a RepartitionGraphRequest object with default parameters.
bool result
Indicates a successful rebalancing on all servers.
RepartitionGraphRequest(string graph_name, IDictionary< string, string > options=null)
Constructs a RepartitionGraphRequest object with the specified 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...
string graph_name
Name of the graph resource to rebalance.
A set of string constants for the parameter options.