7 using System.Collections.Generic;
40 public const string TRUE =
"true";
41 public const string FALSE =
"false";
52 public string label {
get;
set; }
75 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
115 IDictionary<string, string>
options =
null)
118 this.label =
label ??
"";
128 public IList<string>
type_ids {
get;
set; } =
new List<string>();
132 public IList<string>
labels {
get;
set; } =
new List<string>();
134 public IList<IDictionary<string, IList<string>>>
properties {
get;
set; } =
new List<IDictionary<string, IList<string>>>();
137 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, 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 Kinetica.createType.
A set of parameters for Kinetica.showTypes.
string type_id
Type Id returned in response to a call to Kinetica.createType.
A set of string constants for the parameter options.
ShowTypesRequest()
Constructs a ShowTypesRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string NO_JOIN_TYPES
When set to 'true', no join types will be included.
A set of results returned by Kinetica.showTypes.
IDictionary< string, string > info
Additional information.