Kinetica C# API
Version 7.1.10.0
|
A set of results returned by Kinetica.showResourceGroups(IList{string},IDictionary{string, string}). More...
Properties | |
IList< IDictionary< string, string > > | groups [get, set] |
Map of resource group information. More... | |
IDictionary< string, string > | rank_usage = new List<IDictionary<string, string>>() [get, set] |
Tier usage across ranks. More... | |
IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
Additional information. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
![]() | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.showResourceGroups(IList{string},IDictionary{string, string}).
Definition at line 302 of file ShowResourceGroups.cs.
|
getset |
Map of resource group information.
Definition at line 306 of file ShowResourceGroups.cs.
|
getset |
Additional information.
Definition at line 314 of file ShowResourceGroups.cs.
|
getset |
Tier usage across ranks.
Layout is: response.rank_usage[rank_number][resource_group_name] = group_usage (as stringified json)
Definition at line 311 of file ShowResourceGroups.cs.