7 using System.Collections.Generic;
26 public int rank {
get; set; }
34 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
52 IDictionary<string, string>
options = null)
55 this.authorization = authorization ??
"";
56 this.options =
options ??
new Dictionary<string, string>();
76 public int rank {
get; set; }
80 public IList<string>
message {
get; set; } =
new List<string>();
AdminDeleteNodeRequest(int rank, string authorization, IDictionary< string, string > options=null)
Constructs an AdminDeleteNodeRequest object with the specified parameters.
IDictionary< string, string > options
A set of results returned by /admin/delete/node.
AdminDeleteNodeRequest()
Constructs an AdminDeleteNodeRequest object with default parameters.
A set of parameters for /admin/delete/node.
KineticaData - class to help with Avro Encoding for Kinetica