7 using System.Collections.Generic;
46 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
70 IDictionary<string, string>
options = null)
74 this.shard_assignments_rank = shard_assignments_rank ??
new List<int>();
75 this.shard_assignments_tom = shard_assignments_tom ??
new List<int>();
76 this.assignment_index = assignment_index ??
new List<int>();
77 this.options =
options ??
new Dictionary<string, string>();
A set of parameters for /admin/setshardassignments.
IList< int > assignment_index
IDictionary< string, string > options
A set of results returned by /admin/setshardassignments.
IList< int > shard_assignments_rank
AdminSetShardAssignmentsRequest()
Constructs an AdminSetShardAssignmentsRequest object with default parameters.
IList< int > shard_assignments_tom
bool partial_reassignment
AdminSetShardAssignmentsRequest(long version, bool partial_reassignment, IList< int > shard_assignments_rank, IList< int > shard_assignments_tom, IList< int > assignment_index, IDictionary< string, string > options=null)
Constructs an AdminSetShardAssignmentsRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica