7 using System.Collections.Generic;
28 public const string TRUE =
"true";
29 public const string FALSE =
"false";
39 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
55 IDictionary<string, string>
options = null)
58 this.options =
options ??
new Dictionary<string, string>();
Set to true if desired state is offline.
AdminOfflineRequest()
Constructs an AdminOfflineRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
bool offline
Set to true if desired state is offline.
bool is_offline
Returns true if the system is offline, or false otherwise.
AdminOfflineRequest(bool offline, IDictionary< string, string > options=null)
Constructs an AdminOfflineRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by /admin/offline.
A set of parameters for /admin/offline.