Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
ShowSystemStatus.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 
20  {
21 
23  public IDictionary<string, string> options { get; set; } = new Dictionary<string, string>();
24 
25 
29 
36  public ShowSystemStatusRequest( IDictionary<string, string> options = null)
37  {
38  this.options = options ?? new Dictionary<string, string>();
39  } // end constructor
40 
41  } // end class ShowSystemStatusRequest
42 
43 
44 
47  {
48 
51  public IDictionary<string, string> status_map { get; set; } = new Dictionary<string, string>();
52 
53  } // end class ShowSystemStatusResponse
54 
55 
56 
57 
58 } // end namespace kinetica
IDictionary< string, string > options
Optional parameters, currently unused.
ShowSystemStatusRequest(IDictionary< string, string > options=null)
Constructs a ShowSystemStatusRequest object with the specified parameters.
ShowSystemStatusRequest()
Constructs a ShowSystemStatusRequest object with default parameters.
A set of results returned by /show/system/status.
IDictionary< string, string > status_map
A map of server configuration and health related status.
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14
A set of parameters for /show/system/status.