7 using System.Collections.Generic;
25 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
40 this.options =
options ??
new Dictionary<string, string>();
57 public IList<int>
rank {
get; set; } =
new List<int>();
61 public IList<int>
tom {
get; set; } =
new List<int>();
64 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
AdminShowShardsRequest()
Constructs an AdminShowShardsRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
IList< int > tom
Array of toms to which the corresponding shard belongs.
long version
Current shard array version number.
AdminShowShardsRequest(IDictionary< string, string > options=null)
Constructs an AdminShowShardsRequest object with the specified parameters.
A set of parameters for Kinetica.adminShowShards(IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
IList< int > rank
Array of ranks indexed by the shard number.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.adminShowShards(IDictionary{string, string}).