7 using System.Collections.Generic;
61 public const string TTL =
"ttl";
100 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
144 IDictionary<string, string>
options = null)
146 this.table_name = table_name ??
"";
147 this.view_name = view_name ??
"";
148 this.expression = expression ??
"";
149 this.options =
options ??
new Dictionary<string, string>();
const string COLLECTION_NAME
Name of a collection which is to contain the newly created view, otherwise the view will be a top-lev...
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 <member name="view_name">.
A set of parameters for /filter.
A set of results returned by /filter.
long count
The number of records that matched the given select expression.
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.