Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
AdminGetShardAssignments.cs
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the Kinetica schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 
7 using System.Collections.Generic;
8 
9 
10 
11 namespace kinetica
12 {
13 
19  {
20 
23 
26  public IDictionary<string, string> options { get; set; } = new Dictionary<string, string>();
27 
28 
33 
40  public AdminGetShardAssignmentsRequest( IDictionary<string, string> options = null)
41  {
42  this.options = options ?? new Dictionary<string, string>();
43  } // end constructor
44 
45 
48  } // end class AdminGetShardAssignmentsRequest
49 
50 
51 
55  {
56 
59 
62  public long version { get; set; }
63 
66  public IList<int> shard_assignments_rank { get; set; } = new List<int>();
67 
70  public IList<int> shard_assignments_tom { get; set; } = new List<int>();
71 
72 
75  } // end class AdminGetShardAssignmentsResponse
76 
77 
78 
79 
80 } // end namespace kinetica
AdminGetShardAssignmentsRequest(IDictionary< string, string > options=null)
Constructs an AdminGetShardAssignmentsRequest object with the specified parameters.
A set of results returned by /admin/getshardassignments.
AdminGetShardAssignmentsRequest()
Constructs an AdminGetShardAssignmentsRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14
A set of parameters for /admin/getshardassignments.