7 using System.Collections.Generic;
23 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
49 public IList<int>
rank {
get;
set; } =
new List<int>();
53 public IList<int>
tom {
get;
set; } =
new List<int>();
56 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 > 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.