7 using System.Collections.Generic;
65 public const string TTL =
"ttl";
106 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
152 IDictionary<string, string>
options = null)
154 this.table_name = table_name ??
"";
155 this.view_name = view_name ??
"";
156 this.expression = expression ??
"";
172 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.
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.