Kinetica   C#   API  Version 7.2.3.0
AdminHaRefresh.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 namespace kinetica
10 {
18  {
22  public IDictionary<string, string> options { get; set; } = new Dictionary<string, string>();
23 
26  public AdminHaRefreshRequest() { }
27 
33  public AdminHaRefreshRequest( IDictionary<string, string> options = null)
34  {
35  this.options = options ?? new Dictionary<string, string>();
36  } // end constructor
37  } // end class AdminHaRefreshRequest
38 
43  {
45  public IDictionary<string, string> info { get; set; } = new Dictionary<string, string>();
46  } // end class AdminHaRefreshResponse
47 } // end namespace kinetica
IDictionary< string, string > info
Additional information.
AdminHaRefreshRequest()
Constructs an AdminHaRefreshRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.adminHaRefresh.
AdminHaRefreshRequest(IDictionary< string, string > options=null)
Constructs an AdminHaRefreshRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14
A set of results returned by Kinetica.adminHaRefresh.