7 using System.Collections.Generic;
74 public const string TTL =
"ttl";
122 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
175 IDictionary<string, string>
options = null)
177 this.table_name = table_name ??
"";
178 this.view_name = view_name ??
"";
179 this.expression = expression ??
"";
195 public long count {
get;
set; }
const string COLLECTION_NAME
Name of a collection which is to contain the newly created view.
FilterRequest()
Constructs a FilterRequest object with default parameters.
string view_name
If provided, then this will be the name of the view containing the results.
const string VIEW_ID
view this filtered-view is part of.
IDictionary< string, string > options
Optional parameters.
FilterRequest(string table_name, string view_name, string expression, IDictionary< string, string > options=null)
Constructs a FilterRequest object with the specified parameters.
const string TTL
Sets the TTL of the view specified in view_name.
A set of parameters for Kinetica.filter(string,string,string,IDictionary<string, string>).
A set of results returned by Kinetica.filter(string,string,string,IDictionary<string, string>).
KineticaData - class to help with Avro Encoding for Kinetica
string expression
The select expression to filter the specified table.
string table_name
Name of the table to filter.