7 using System.Collections.Generic;
30 public string label {
get; set; }
33 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
51 IDictionary<string, string>
options = null)
53 this.type_id = type_id ??
"";
54 this.label = label ??
"";
55 this.options =
options ??
new Dictionary<string, string>();
65 public IList<string>
type_ids {
get; set; } =
new List<string>();
66 public IList<string>
type_schemas {
get; set; } =
new List<string>();
67 public IList<string>
labels {
get; set; } =
new List<string>();
68 public IList<IDictionary<string, IList<string>>>
properties {
get; set; } =
new List<IDictionary<string, IList<string>>>();
IDictionary< string, string > options
Optional parameters.
ShowTypesRequest(string type_id, string label, IDictionary< string, string > options=null)
Constructs a ShowTypesRequest object with the specified parameters.
IList< IDictionary< string, IList< string > > > properties
IList< string > type_schemas
string label
Option string that was supplied by user in a call to /create/type.
A set of parameters for /show/types.
string type_id
Type Id returned in response to a call to /create/type.
ShowTypesRequest()
Constructs a ShowTypesRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by /show/types.