7 using System.Collections.Generic;
26 public IList<string>
table_names {
get; set; } =
new List<string>();
30 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
46 IDictionary<string, string>
options = null)
48 this.table_names = table_names ??
new List<string>();
49 this.options =
options ??
new Dictionary<string, string>();
69 public IList<string>
table_names {
get; set; } =
new List<string>();
73 public IList<string>
message {
get; set; } =
new List<string>();
A set of results returned by /admin/rebalance.
AdminRebalanceRequest()
Constructs an AdminRebalanceRequest object with default parameters.
AdminRebalanceRequest(IList< string > table_names, IDictionary< string, string > options=null)
Constructs an AdminRebalanceRequest object with the specified parameters.
IDictionary< string, string > options
IList< string > table_names
IList< string > table_names
A set of parameters for /admin/rebalance.
KineticaData - class to help with Avro Encoding for Kinetica