7 using System.Collections.Generic;
195 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
271 IDictionary<string, string>
options = null)
273 this.table_name = table_name ??
"";
274 this.view_name = view_name ??
"";
275 this.track_id = track_id ??
"";
276 this.target_track_ids = target_track_ids ??
new List<string>();
277 this.
options = options ??
new Dictionary<string, string>();
292 public long count {
get;
set; }
string table_name
Name of the table on which the filter by track operation will be performed.
const string SPATIAL_RADIUS
A positive number passed as a string representing the radius of the search area centered around each ...
const string GREAT_CIRCLE
const string SPATIAL_DISTANCE_METRIC
A string representing the coordinate system to use for the spatial search criteria.
A set of results returned by Kinetica.filterBySeries(string,string,string,IList<string>,IDictionary<string, string>).
string view_name
If provided, then this will be the name of the view containing the results.
FilterBySeriesRequest(string table_name, string view_name, string track_id, IList< string > target_track_ids, IDictionary< string, string > options=null)
Constructs a FilterBySeriesRequest object with the specified parameters.
A set of parameters for Kinetica.filterBySeries(string,string,string,IList<string>,IDictionary<string, string>).
string track_id
The ID of the track which will act as the filtering points.
IDictionary< string, string > options
Optional parameters.
IList< string > target_track_ids
Up to one track ID to intersect with the "filter" track.
FilterBySeriesRequest()
Constructs a FilterBySeriesRequest object with default parameters.
const string COLLECTION_NAME
Name of a collection which is to contain the newly created view.
KineticaData - class to help with Avro Encoding for Kinetica
const string TIME_RADIUS
A positive number passed as a string representing the maximum allowable time difference between the t...