7 using System.Collections.Generic;
28 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
46 IDictionary<string, string>
options = null)
48 this.exit_type = exit_type ??
"";
49 this.authorization = authorization ??
"";
50 this.options =
options ??
new Dictionary<string, string>();
string exit_type
Reserved for future use.
AdminShutdownRequest(string exit_type, string authorization, IDictionary< string, string > options=null)
Constructs an AdminShutdownRequest object with the specified parameters.
A set of parameters for /admin/shutdown.
IDictionary< string, string > options
Optional parameters.
A set of results returned by /admin/shutdown.
string authorization
No longer used. User can pass an empty string.
string exit_status
'OK' upon (right before) successful exit.
AdminShutdownRequest()
Constructs an AdminShutdownRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica