9 using System.Collections.Generic;
15 public partial class Kinetica
36 return actualResponse_;
51 IDictionary<string, string> options = null )
75 AdminAlterJobsResponse actualResponse_ = SubmitRequest<AdminAlterJobsResponse>(
"/admin/alter/jobs", request_,
false);
77 return actualResponse_;
106 IDictionary<string, string> options = null )
124 AdminOfflineResponse actualResponse_ = SubmitRequest<AdminOfflineResponse>(
"/admin/offline", request_,
false);
126 return actualResponse_;
171 IDictionary<string, string> options = null )
189 return actualResponse_;
216 AdminShowJobsResponse actualResponse_ = SubmitRequest<AdminShowJobsResponse>(
"/admin/show/jobs", request_,
false);
218 return actualResponse_;
267 AdminShowShardsResponse actualResponse_ = SubmitRequest<AdminShowShardsResponse>(
"/admin/show/shards", request_,
false);
269 return actualResponse_;
299 AdminShutdownResponse actualResponse_ = SubmitRequest<AdminShutdownResponse>(
"/admin/shutdown", request_,
false);
301 return actualResponse_;
317 string authorization,
318 IDictionary<string, string> options = null )
338 AdminVerifyDbResponse actualResponse_ = SubmitRequest<AdminVerifyDbResponse>(
"/admin/verifydb", request_,
false);
340 return actualResponse_;
411 AggregateConvexHullResponse actualResponse_ = SubmitRequest<AggregateConvexHullResponse>(
"/aggregate/convexhull", request_,
false);
413 return actualResponse_;
435 string x_column_name,
436 string y_column_name,
437 IDictionary<string, string> options = null )
748 IList<string> column_names,
751 IDictionary<string, string> options = null )
754 column_names, offset,
780 AggregateHistogramResponse actualResponse_ = SubmitRequest<AggregateHistogramResponse>(
"/aggregate/histogram", request_,
false);
782 return actualResponse_;
830 IDictionary<string, string> options = null )
858 AggregateKMeansResponse actualResponse_ = SubmitRequest<AggregateKMeansResponse>(
"/aggregate/kmeans", request_,
false);
860 return actualResponse_;
914 IList<string> column_names,
917 IDictionary<string, string> options = null )
920 k, tolerance, options ) );
935 AggregateMinMaxResponse actualResponse_ = SubmitRequest<AggregateMinMaxResponse>(
"/aggregate/minmax", request_,
false);
937 return actualResponse_;
955 IDictionary<string, string> options = null )
976 return actualResponse_;
995 IDictionary<string, string> options = null )
1053 AggregateStatisticsResponse actualResponse_ = SubmitRequest<AggregateStatisticsResponse>(
"/aggregate/statistics", request_,
false);
1055 return actualResponse_;
1219 IDictionary<string, string> options = null )
1264 return actualResponse_;
1347 string select_expression,
1349 string value_column_name,
1354 IDictionary<string, string> options = null )
1423 RawAggregateUniqueResponse actualResponse_ = SubmitRequest<RawAggregateUniqueResponse>(
"/aggregate/unique", request_,
false);
1426 response_.table_name = actualResponse_.
table_name;
1598 IDictionary<string, string> options = null )
1601 offset, limit, options ) );
1630 response_.table_name = actualResponse_.
table_name;
1742 string variable_column_name,
1743 string value_column_name,
1744 IList<string> pivoted_columns,
1745 IDictionary<string, string> options = null )
1748 variable_column_name,
1750 pivoted_columns, options ) );
1774 return actualResponse_;
1953 IDictionary<string, string> options = null )
1956 property_updates_map,
2009 AlterTableResponse actualResponse_ = SubmitRequest<AlterTableResponse>(
"/alter/table", request_,
false);
2011 return actualResponse_;
2285 IDictionary<string, string> options = null )
2305 AlterTableMetadataResponse actualResponse_ = SubmitRequest<AlterTableMetadataResponse>(
"/alter/table/metadata", request_,
false);
2307 return actualResponse_;
2331 IDictionary<string, string> metadata_map,
2332 IDictionary<string, string> options = null )
2350 AlterUserResponse actualResponse_ = SubmitRequest<AlterUserResponse>(
"/alter/user", request_,
false);
2352 return actualResponse_;
2381 IDictionary<string, string> options )
2404 AppendRecordsResponse actualResponse_ = SubmitRequest<AppendRecordsResponse>(
"/append/records", request_,
false);
2406 return actualResponse_;
2505 string source_table_name,
2506 IDictionary<string, string> field_map,
2507 IDictionary<string, string> options = null )
2510 field_map, options ) );
2528 ClearTableResponse actualResponse_ = SubmitRequest<ClearTableResponse>(
"/clear/table", request_,
false);
2530 return actualResponse_;
2576 string authorization =
"",
2577 IDictionary<string, string> options = null )
2595 ClearTableMonitorResponse actualResponse_ = SubmitRequest<ClearTableMonitorResponse>(
"/clear/tablemonitor", request_,
false);
2597 return actualResponse_;
2613 IDictionary<string, string> options = null )
2632 ClearTriggerResponse actualResponse_ = SubmitRequest<ClearTriggerResponse>(
"/clear/trigger", request_,
false);
2634 return actualResponse_;
2651 IDictionary<string, string> options = null )
2669 CreateJoinTableResponse actualResponse_ = SubmitRequest<CreateJoinTableResponse>(
"/create/jointable", request_,
false);
2671 return actualResponse_;
2825 IList<string> table_names = null,
2826 IList<string> column_names = null,
2827 IList<string> expressions = null,
2828 IDictionary<string, string> options = null )
2831 table_names, column_names,
2832 expressions, options ) );
2850 CreateProcResponse actualResponse_ = SubmitRequest<CreateProcResponse>(
"/create/proc", request_,
false);
2852 return actualResponse_;
2914 IDictionary<
string, byte[]> files = null,
2915 string command =
"",
2916 IList<string> args = null,
2917 IDictionary<string, string> options = null )
2920 command, args, options ) );
2964 CreateProjectionResponse actualResponse_ = SubmitRequest<CreateProjectionResponse>(
"/create/projection", request_,
false);
2966 return actualResponse_;
3117 string projection_name,
3118 IList<string> column_names,
3119 IDictionary<string, string> options = null )
3123 column_names, options ) );
3137 CreateRoleResponse actualResponse_ = SubmitRequest<CreateRoleResponse>(
"/create/role", request_,
false);
3139 return actualResponse_;
3155 IDictionary<string, string> options )
3183 CreateTableResponse actualResponse_ = SubmitRequest<CreateTableResponse>(
"/create/table", request_,
false);
3185 return actualResponse_;
3370 IDictionary<string, string> options = null )
3398 CreateTableMonitorResponse actualResponse_ = SubmitRequest<CreateTableMonitorResponse>(
"/create/tablemonitor", request_,
false);
3400 return actualResponse_;
3426 IDictionary<string, string> options = null )
3460 CreateTriggerByAreaResponse actualResponse_ = SubmitRequest<CreateTriggerByAreaResponse>(
"/create/trigger/byarea", request_,
false);
3462 return actualResponse_;
3510 IList<string> table_names,
3511 string x_column_name,
3512 IList<double> x_vector,
3513 string y_column_name,
3514 IList<double> y_vector,
3515 IDictionary<string, string> options = null )
3522 y_vector, options ) );
3550 CreateTriggerByRangeResponse actualResponse_ = SubmitRequest<CreateTriggerByRangeResponse>(
"/create/trigger/byrange", request_,
false);
3552 return actualResponse_;
3589 IList<string> table_names,
3593 IDictionary<string, string> options = null )
3651 CreateTypeResponse actualResponse_ = SubmitRequest<CreateTypeResponse>(
"/create/type", request_,
false);
3653 SetDecoderIfMissing( actualResponse_.
type_id,
3654 actualResponse_.
label,
3657 return actualResponse_;
3942 IDictionary<
string, IList<string>> properties = null,
3943 IDictionary<string, string> options = null )
3969 CreateUnionResponse actualResponse_ = SubmitRequest<CreateUnionResponse>(
"/create/union", request_,
false);
3971 return actualResponse_;
4125 IList<string> table_names,
4126 IList<IList<string>> input_column_names,
4127 IList<string> output_column_names,
4128 IDictionary<string, string> options = null )
4132 output_column_names, options ) );
4147 CreateUserExternalResponse actualResponse_ = SubmitRequest<CreateUserExternalResponse>(
"/create/user/external", request_,
false);
4149 return actualResponse_;
4165 IDictionary<string, string> options )
4182 CreateUserInternalResponse actualResponse_ = SubmitRequest<CreateUserInternalResponse>(
"/create/user/internal", request_,
false);
4184 return actualResponse_;
4204 IDictionary<string, string> options )
4222 DeleteProcResponse actualResponse_ = SubmitRequest<DeleteProcResponse>(
"/delete/proc", request_,
false);
4224 return actualResponse_;
4239 IDictionary<string, string> options = null )
4263 DeleteRecordsResponse actualResponse_ = SubmitRequest<DeleteRecordsResponse>(
"/delete/records", request_,
false);
4265 return actualResponse_;
4313 IList<string> expressions,
4314 IDictionary<string, string> options = null )
4331 DeleteRoleResponse actualResponse_ = SubmitRequest<DeleteRoleResponse>(
"/delete/role", request_,
false);
4333 return actualResponse_;
4347 IDictionary<string, string> options )
4363 DeleteUserResponse actualResponse_ = SubmitRequest<DeleteUserResponse>(
"/delete/user", request_,
false);
4365 return actualResponse_;
4379 IDictionary<string, string> options )
4396 ExecuteProcResponse actualResponse_ = SubmitRequest<ExecuteProcResponse>(
"/execute/proc", request_,
false);
4398 return actualResponse_;
4467 IDictionary<string, string> _params = null,
4468 IDictionary<
string, byte[]> bin_params = null,
4469 IList<string> input_table_names = null,
4470 IDictionary<
string, IList<string>> input_column_names = null,
4471 IList<string> output_table_names = null,
4472 IDictionary<string, string> options = null )
4477 output_table_names, options ) );
4502 FilterResponse actualResponse_ = SubmitRequest<FilterResponse>(
"/filter", request_,
false);
4504 return actualResponse_;
4560 IDictionary<string, string> options = null )
4583 FilterByAreaResponse actualResponse_ = SubmitRequest<FilterByAreaResponse>(
"/filter/byarea", request_,
false);
4585 return actualResponse_;
4621 string x_column_name,
4622 IList<double> x_vector,
4623 string y_column_name,
4624 IList<double> y_vector,
4625 IDictionary<string, string> options = null )
4628 x_column_name, x_vector,
4629 y_column_name, y_vector, options ) );
4651 FilterByAreaGeometryResponse actualResponse_ = SubmitRequest<FilterByAreaGeometryResponse>(
"/filter/byarea/geometry", request_,
false);
4653 return actualResponse_;
4687 IList<double> x_vector,
4688 IList<double> y_vector,
4689 IDictionary<string, string> options = null )
4717 FilterByBoxResponse actualResponse_ = SubmitRequest<FilterByBoxResponse>(
"/filter/bybox", request_,
false);
4719 return actualResponse_;
4761 string x_column_name,
4764 string y_column_name,
4767 IDictionary<string, string> options = null )
4770 x_column_name, min_x, max_x,
4771 y_column_name, min_y, max_y,
4793 FilterByBoxGeometryResponse actualResponse_ = SubmitRequest<FilterByBoxGeometryResponse>(
"/filter/bybox/geometry", request_,
false);
4795 return actualResponse_;
4840 IDictionary<string, string> options = null )
4864 FilterByGeometryResponse actualResponse_ = SubmitRequest<FilterByGeometryResponse>(
"/filter/bygeometry", request_,
false);
4866 return actualResponse_;
4951 IDictionary<string, string> options = null )
4954 column_name, input_wkt,
4955 operation, options ) );
4985 FilterByListResponse actualResponse_ = SubmitRequest<FilterByListResponse>(
"/filter/bylist", request_,
false);
4987 return actualResponse_;
5051 IDictionary<
string, IList<string>> column_values_map,
5052 IDictionary<string, string> options = null )
5055 column_values_map, options ) );
5081 FilterByRadiusResponse actualResponse_ = SubmitRequest<FilterByRadiusResponse>(
"/filter/byradius", request_,
false);
5083 return actualResponse_;
5129 string x_column_name,
5131 string y_column_name,
5134 IDictionary<string, string> options = null )
5137 x_column_name, x_center,
5138 y_column_name, y_center,
5139 radius, options ) );
5163 return actualResponse_;
5206 IDictionary<string, string> options = null )
5241 FilterByRangeResponse actualResponse_ = SubmitRequest<FilterByRangeResponse>(
"/filter/byrange", request_,
false);
5243 return actualResponse_;
5284 IDictionary<string, string> options = null )
5287 column_name, lower_bound,
5288 upper_bound, options ) );
5316 FilterBySeriesResponse actualResponse_ = SubmitRequest<FilterBySeriesResponse>(
"/filter/byseries", request_,
false);
5318 return actualResponse_;
5397 IList<string> target_track_ids,
5398 IDictionary<string, string> options = null )
5401 track_id, target_track_ids,
5421 FilterByStringResponse actualResponse_ = SubmitRequest<FilterByStringResponse>(
"/filter/bystring", request_,
false);
5423 return actualResponse_;
5517 IList<string> column_names,
5518 IDictionary<string, string> options = null )
5522 column_names, options ) );
5546 FilterByTableResponse actualResponse_ = SubmitRequest<FilterByTableResponse>(
"/filter/bytable", request_,
false);
5548 return actualResponse_;
5683 string source_table_name,
5684 string source_table_column_name,
5685 IDictionary<string, string> options = null )
5690 source_table_column_name,
5715 FilterByValueResponse actualResponse_ = SubmitRequest<FilterByValueResponse>(
"/filter/byvalue", request_,
false);
5717 return actualResponse_;
5756 IDictionary<string, string> options = null )
5759 is_string, _value, value_str,
5760 column_name, options ) );
5788 RawGetRecordsResponse actualResponse_ = SubmitRequest<RawGetRecordsResponse>(
"/get/records", request_,
false);
5792 response_.type_name = actualResponse_.
type_name;
5793 response_.type_schema = actualResponse_.
type_schema;
5794 response_.data =
new List<T>();
5892 IDictionary<string, string> options = null ) where T :
new()
5927 response_.table_name = actualResponse_.
table_name;
6014 IList<string> column_names,
6017 IDictionary<string, string> options = null )
6058 response_.type_names = actualResponse_.
type_names;
6060 response_.data =
new List<IList<T>>();
6106 string world_table_name,
6109 IDictionary<string, string> options = null ) where T :
new()
6145 response_.type_names = actualResponse_.
type_names;
6146 response_.data =
new List<T>();
6148 response_.record_ids = actualResponse_.
record_ids;
6207 IDictionary<string, string> options = null ) where T :
new()
6230 return actualResponse_;
6267 IDictionary<string, string> options )
6286 GrantPermissionTableResponse actualResponse_ = SubmitRequest<GrantPermissionTableResponse>(
"/grant/permission/table", request_,
false);
6288 return actualResponse_;
6340 string filter_expression,
6341 IDictionary<string, string> options )
6361 GrantRoleResponse actualResponse_ = SubmitRequest<GrantRoleResponse>(
"/grant/role", request_,
false);
6363 return actualResponse_;
6381 IDictionary<string, string> options )
6398 HasProcResponse actualResponse_ = SubmitRequest<HasProcResponse>(
"/has/proc", request_,
false);
6400 return actualResponse_;
6415 IDictionary<string, string> options = null )
6432 HasTableResponse actualResponse_ = SubmitRequest<HasTableResponse>(
"/has/table", request_,
false);
6434 return actualResponse_;
6449 IDictionary<string, string> options = null )
6465 HasTypeResponse actualResponse_ = SubmitRequest<HasTypeResponse>(
"/has/type", request_,
false);
6467 return actualResponse_;
6481 IDictionary<string, string> options = null )
6517 InsertRecordsResponse actualResponse_ = SubmitRequest<InsertRecordsResponse>(
"/insert/records", request_,
true);
6519 return actualResponse_;
6556 actualRequest_.
table_name = request_.table_name;
6557 foreach (var thisObj
in request_.data) actualRequest_.list.Add( AvroEncode( thisObj ) );
6558 actualRequest_.options = request_.options;
6559 InsertRecordsResponse actualResponse_ = SubmitRequest<InsertRecordsResponse>(
"/insert/records", actualRequest_,
true);
6561 return actualResponse_;
6658 IDictionary<string, string> options = null )
6683 InsertRecordsRandomResponse actualResponse_ = SubmitRequest<InsertRecordsRandomResponse>(
"/insert/records/random", request_,
false);
6685 return actualResponse_;
6934 IDictionary<
string, IDictionary<string, double>> options = null )
6961 InsertSymbolResponse actualResponse_ = SubmitRequest<InsertSymbolResponse>(
"/insert/symbol", request_,
false);
6963 return actualResponse_;
7021 string symbol_format,
7023 IDictionary<string, string> options = null )
7026 symbol_data, options ) );
7040 KillProcResponse actualResponse_ = SubmitRequest<KillProcResponse>(
"/kill/proc", request_,
false);
7042 return actualResponse_;
7058 IDictionary<string, string> options = null )
7083 LockTableResponse actualResponse_ = SubmitRequest<LockTableResponse>(
"/lock/table", request_,
false);
7085 return actualResponse_;
7141 IDictionary<string, string> options = null )
7173 MergeRecordsResponse actualResponse_ = SubmitRequest<MergeRecordsResponse>(
"/merge/records", request_,
false);
7175 return actualResponse_;
7267 IList<string> source_table_names,
7268 IList<IDictionary<string, string>> field_maps,
7269 IDictionary<string, string> options = null )
7272 field_maps, options ) );
7283 public AdminReplaceTomResponse adminReplaceTom( AdminReplaceTomRequest request_ )
7285 AdminReplaceTomResponse actualResponse_ = SubmitRequest<AdminReplaceTomResponse>(
"/replace/tom", request_,
false);
7287 return actualResponse_;
7299 public AdminReplaceTomResponse adminReplaceTom(
long old_rank_tom,
7302 return adminReplaceTom(
new AdminReplaceTomRequest( old_rank_tom, new_rank_tom ) );
7320 return actualResponse_;
7359 IDictionary<string, string> options )
7380 return actualResponse_;
7432 IDictionary<string, string> options )
7452 RevokeRoleResponse actualResponse_ = SubmitRequest<RevokeRoleResponse>(
"/revoke/role", request_,
false);
7454 return actualResponse_;
7473 IDictionary<string, string> options )
7489 ShowProcResponse actualResponse_ = SubmitRequest<ShowProcResponse>(
"/show/proc", request_,
false);
7491 return actualResponse_;
7529 IDictionary<string, string> options = null )
7549 ShowProcStatusResponse actualResponse_ = SubmitRequest<ShowProcStatusResponse>(
"/show/proc/status", request_,
false);
7551 return actualResponse_;
7595 IDictionary<string, string> options = null )
7613 ShowSecurityResponse actualResponse_ = SubmitRequest<ShowSecurityResponse>(
"/show/security", request_,
false);
7615 return actualResponse_;
7632 IDictionary<string, string> options )
7650 ShowSystemPropertiesResponse actualResponse_ = SubmitRequest<ShowSystemPropertiesResponse>(
"/show/system/properties", request_,
false);
7652 return actualResponse_;
7693 ShowSystemStatusResponse actualResponse_ = SubmitRequest<ShowSystemStatusResponse>(
"/show/system/status", request_,
false);
7695 return actualResponse_;
7727 ShowSystemTimingResponse actualResponse_ = SubmitRequest<ShowSystemTimingResponse>(
"/show/system/timing", request_,
false);
7729 return actualResponse_;
7780 ShowTableResponse actualResponse_ = SubmitRequest<ShowTableResponse>(
"/show/table", request_,
false);
7783 for (
int i_ = 0; i_ < actualResponse_.
type_ids.Count; ++i_ )
7785 SetDecoderIfMissing( actualResponse_.
type_ids[i_],
7791 return actualResponse_;
7912 IDictionary<string, string> options = null )
7929 ShowTableMetadataResponse actualResponse_ = SubmitRequest<ShowTableMetadataResponse>(
"/show/table/metadata", request_,
false);
7931 return actualResponse_;
7946 IDictionary<string, string> options = null )
7967 ShowTablesByTypeResponse actualResponse_ = SubmitRequest<ShowTablesByTypeResponse>(
"/show/tables/bytype", request_,
false);
7969 return actualResponse_;
7992 IDictionary<string, string> options = null )
8009 ShowTriggersResponse actualResponse_ = SubmitRequest<ShowTriggersResponse>(
"/show/triggers", request_,
false);
8011 return actualResponse_;
8027 IDictionary<string, string> options = null )
8048 ShowTypesResponse actualResponse_ = SubmitRequest<ShowTypesResponse>(
"/show/types", request_,
false);
8051 for (
int i_ = 0; i_ < actualResponse_.
type_ids.Count; ++i_ )
8053 SetDecoderIfMissing( actualResponse_.
type_ids[i_],
8054 actualResponse_.
labels[i_],
8059 return actualResponse_;
8081 IDictionary<string, string> options = null )
8120 UpdateRecordsResponse actualResponse_ = SubmitRequest<UpdateRecordsResponse>(
"/update/records", request_,
true);
8122 return actualResponse_;
8162 actualRequest_.
table_name = request_.table_name;
8163 actualRequest_.
expressions = request_.expressions;
8165 foreach (var thisObj
in request_.data) actualRequest_.records_to_insert.Add( AvroEncode( thisObj ) );
8166 actualRequest_.options = request_.options;
8167 UpdateRecordsResponse actualResponse_ = SubmitRequest<UpdateRecordsResponse>(
"/update/records", actualRequest_,
true);
8169 return actualResponse_;
8280 IList<string> expressions,
8281 IList<IDictionary<string, string>> new_values_maps,
8282 IList<T> data = null,
8283 IDictionary<string, string> options = null )
8286 new_values_maps, data,
8308 return actualResponse_;
8330 string world_table_name,
8331 string view_name =
"",
8332 IList<string> reserved = null,
8333 IDictionary<string, string> options = null )
8350 public VisualizeImageResponse visualizeImage( VisualizeImageRequest request_ )
8352 VisualizeImageResponse actualResponse_ = SubmitRequest<VisualizeImageResponse>(
"/visualize/image", request_,
false);
8354 return actualResponse_;
8735 public VisualizeImageResponse visualizeImage( IList<string> table_names,
8736 IList<string> world_table_names,
8737 string x_column_name,
8738 string y_column_name,
8739 string geometry_column_name,
8740 IList<IList<string>> track_ids,
8749 IDictionary<
string, IList<string>> style_options,
8750 IDictionary<string, string> options = null )
8752 return visualizeImage(
new VisualizeImageRequest( table_names,
8756 geometry_column_name,
8757 track_ids, min_x, max_x,
8758 min_y, max_y, width, height,
8759 projection, bg_color,
8760 style_options, options ) );
8781 VisualizeImageChartResponse actualResponse_ = SubmitRequest<VisualizeImageChartResponse>(
"/visualize/image/chart", request_,
false);
8783 return actualResponse_;
8952 string x_column_name,
8953 string y_column_name,
8961 IDictionary<
string, IList<string>> style_options,
8962 IDictionary<string, string> options = null )
8983 public VisualizeImageClassbreakResponse visualizeImageClassbreak( VisualizeImageClassbreakRequest request_ )
8985 VisualizeImageClassbreakResponse actualResponse_ = SubmitRequest<VisualizeImageClassbreakResponse>(
"/visualize/image/classbreak", request_,
false);
8987 return actualResponse_;
9357 public VisualizeImageClassbreakResponse visualizeImageClassbreak( IList<string> table_names,
9358 IList<string> world_table_names,
9359 string x_column_name,
9360 string y_column_name,
9361 string geometry_column_name,
9362 IList<IList<string>> track_ids,
9363 string cb_column_name,
9364 IList<string> cb_vals,
9373 IDictionary<
string, IList<string>> style_options,
9374 IDictionary<string, string> options = null )
9376 return visualizeImageClassbreak(
new VisualizeImageClassbreakRequest(
9381 geometry_column_name,
9406 public VisualizeImageHeatmapResponse visualizeImageHeatmap( VisualizeImageHeatmapRequest request_ )
9408 VisualizeImageHeatmapResponse actualResponse_ = SubmitRequest<VisualizeImageHeatmapResponse>(
"/visualize/image/heatmap", request_,
false);
9410 return actualResponse_;
9552 public VisualizeImageHeatmapResponse visualizeImageHeatmap( IList<string> table_names,
9553 string x_column_name,
9554 string y_column_name,
9555 string value_column_name,
9556 string geometry_column_name,
9564 IDictionary<string, string> style_options,
9565 IDictionary<string, string> options = null )
9567 return visualizeImageHeatmap(
new VisualizeImageHeatmapRequest( table_names,
9571 geometry_column_name,
9589 public VisualizeImageLabelsResponse visualizeImageLabels( VisualizeImageLabelsRequest request_ )
9591 VisualizeImageLabelsResponse actualResponse_ = SubmitRequest<VisualizeImageLabelsResponse>(
"/visualize/image/labels", request_,
false);
9593 return actualResponse_;
9670 public VisualizeImageLabelsResponse visualizeImageLabels(
string table_name,
9671 string x_column_name,
9672 string y_column_name,
9685 string leader_x_column_name,
9686 string leader_y_column_name,
9694 string projection = VisualizeImageLabelsRequest.Projection.PLATE_CARREE,
9695 IDictionary<string, string> options = null )
9697 return visualizeImageLabels(
new VisualizeImageLabelsRequest( table_name,
9712 leader_x_column_name,
9713 leader_y_column_name,
9731 public VisualizeVideoResponse visualizeVideo( VisualizeVideoRequest request_ )
9733 VisualizeVideoResponse actualResponse_ = SubmitRequest<VisualizeVideoResponse>(
"/visualize/video", request_,
false);
9735 return actualResponse_;
10041 public VisualizeVideoResponse visualizeVideo( IList<string> table_names,
10042 IList<string> world_table_names,
10043 IList<IList<string>> track_ids,
10044 string x_column_name,
10045 string y_column_name,
10046 string geometry_column_name,
10055 IList<IList<double>> time_intervals,
10056 string video_style,
10057 string session_key,
10058 IDictionary<
string, IList<string>> style_options,
10059 IDictionary<string, string> options = null )
10061 return visualizeVideo(
new VisualizeVideoRequest( table_names,
10063 track_ids, x_column_name,
10065 geometry_column_name, min_x,
10066 max_x, min_y, max_y, width,
10067 height, projection,
10068 bg_color, time_intervals,
10069 video_style, session_key,
10070 style_options, options ) );
10082 public VisualizeVideoHeatmapResponse visualizeVideoHeatmap( VisualizeVideoHeatmapRequest request_ )
10084 VisualizeVideoHeatmapResponse actualResponse_ = SubmitRequest<VisualizeVideoHeatmapResponse>(
"/visualize/video/heatmap", request_,
false);
10086 return actualResponse_;
10225 public VisualizeVideoHeatmapResponse visualizeVideoHeatmap( IList<string> table_names,
10226 string x_column_name,
10227 string y_column_name,
10232 IList<IList<double>> time_intervals,
10236 string video_style,
10237 string session_key,
10238 IDictionary<string, string> style_options,
10239 IDictionary<string, string> options = null )
10241 return visualizeVideoHeatmap(
new VisualizeVideoHeatmapRequest( table_names,
A set of parameters for Kinetica.aggregateMinMax(string,string,IDictionary<string, string>).
A set of results returned by Kinetica.createUnion(string,IList<string>,IList<IList<string>>,IList<string>,IDictionary<string, string>).
A set of results returned by Kinetica.grantRole(string,string,IDictionary<string, string>)...
A set of results returned by Kinetica.aggregateConvexHull(string,string,string,IDictionary<string, string>).
UpdateRecordsResponse updateRecords< T >(UpdateRecordsRequest< T > request_)
Runs multiple predicate-based updates in a single call.
DeleteUserResponse deleteUser(string name, IDictionary< string, string > options)
Deletes an existing user.
FilterByTableResponse filterByTable(string table_name, string view_name, string column_name, string source_table_name, string source_table_column_name, IDictionary< string, string > options=null)
Filters objects in one table based on objects in another table.
MergeRecordsResponse mergeRecords(MergeRecordsRequest request_)
Create a new empty result table (specified by ), and insert all records from source tables (specified...
CreateProcResponse createProc(string proc_name, string execution_mode=CreateProcRequest.ExecutionMode.DISTRIBUTED, IDictionary< string, byte[]> files=null, string command="", IList< string > args=null, IDictionary< string, string > options=null)
Creates an instance (proc) of the user-defined function (UDF) specified by the given command...
FilterByStringResponse filterByString(FilterByStringRequest request_)
Calculates which objects from a table, collection, or view match a string expression for the given st...
byte [] binary_encoded_response
Avro binary encoded response.
CreateTriggerByRangeResponse createTriggerByRange(string request_id, IList< string > table_names, string column_name, double min, double max, IDictionary< string, string > options=null)
Sets up a simple range trigger for a column_name for one or more tables.
HasTableResponse hasTable(HasTableRequest request_)
Checks for the existence of a table with the given name.
A set of results returned by Kinetica.aggregateKMeans(string,IList<string>,int,double,IDictionary<string, string>).
UpdateRecordsBySeriesResponse updateRecordsBySeries(string table_name, string world_table_name, string view_name="", IList< string > reserved=null, IDictionary< string, string > options=null)
Updates the view specified by table_name to include full series (track) information from the world_t...
A set of parameters for Kinetica.getRecordsBySeries<T>(string,string,int,int,IDictionary<string, string>).
ShowProcStatusResponse showProcStatus(ShowProcStatusRequest request_)
Shows the statuses of running or completed proc instances.
A set of results returned by Kinetica.showSystemProperties(IDictionary<string, string>).
A set of results returned by Kinetica.getRecordsByColumn(string,IList<string>,long,long,IDictionary<string, string>).
A set of results returned by Kinetica.insertRecordsRandom(string,long,IDictionary<string, IDictionary<string, double>>).
A set of results returned by Kinetica.aggregateGroupBy(string,IList<string>,long,long,IDictionary<string, string>).
A set of results returned by Kinetica.grantPermissionSystem(string,string,IDictionary<string, string>).
DeleteRecordsResponse deleteRecords(DeleteRecordsRequest request_)
Deletes record(s) matching the provided criteria from the given table.
AlterTableMetadataResponse alterTableMetadata(AlterTableMetadataRequest request_)
Updates (adds or changes) metadata for tables.
A set of results returned by Kinetica.revokePermissionSystem(string,string,IDictionary<string, string>).
AggregateConvexHullResponse aggregateConvexHull(AggregateConvexHullRequest request_)
Calculates and returns the convex hull for the values in a table specified by .
HasTypeResponse hasType(HasTypeRequest request_)
Check for the existence of a type.
ShowTableResponse showTable(string table_name, IDictionary< string, string > options=null)
Retrieves detailed information about a table, view, or collection, specified in table_name ...
string table_name
Table to which the records are to be added.
FilterByListResponse filterByList(string table_name, string view_name, IDictionary< string, IList< string >> column_values_map, IDictionary< string, string > options=null)
Calculates which records from a table have values in the given list for the corresponding column...
HasTypeResponse hasType(string type_id, IDictionary< string, string > options=null)
Check for the existence of a type.
A set of parameters for Kinetica.createType(string,string,IDictionary<string, IList<string>>,IDictionary<string, string>).
A set of parameters for Kinetica.updateRecordsBySeries(string,string,string,IList<string>,IDictionary<string, string>).
AggregateMinMaxGeometryResponse aggregateMinMaxGeometry(string table_name, string column_name, IDictionary< string, string > options=null)
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geomet...
A set of parameters for Kinetica.updateRecords<T>(string,IList<string>,IList<IDictionary<string, string>>,IList<T>,IDictionary<string, string>).
bool has_more_records
Too many records. Returned a partial set.
A set of results returned by Kinetica.createUserInternal(string,string,IDictionary<string, string>).
GrantRoleResponse grantRole(string role, string member, IDictionary< string, string > options)
Grants membership in a role to a user or role.
IList< byte[]> records_binary
If the was 'binary', then this list contains the binary encoded records retrieved from the set...
IList< string > expressions
A list of the actual predicates, one for each update; format should follow the guidelines /filter...
CreateUnionResponse createUnion(CreateUnionRequest request_)
Performs a union (concatenation) of one or more existing tables or views, the results of which are st...
FilterByTableResponse filterByTable(FilterByTableRequest request_)
Filters objects in one table based on objects in another table.
long total_number_of_records
Total/Filtered number of records.
A set of results returned by Kinetica.createTableMonitor(string,IDictionary<string, string>).
A set of results returned by Kinetica.showSystemTiming(IDictionary<string, string>).
IDictionary< string, IList< string > > properties
Value of .
ShowTriggersResponse showTriggers(ShowTriggersRequest request_)
Retrieves information regarding the specified triggers or all existing triggers currently active...
A set of results returned by Kinetica.alterSystemProperties(IDictionary<string, string>,IDictionary<string, string>).
GrantRoleResponse grantRole(GrantRoleRequest request_)
Grants membership in a role to a user or role.
LockTableResponse lockTable(string table_name, string lock_type=LockTableRequest.LockType.STATUS, IDictionary< string, string > options=null)
Manages global access to a table's data.
RevokePermissionTableResponse revokePermissionTable(string name, string permission, string table_name, IDictionary< string, string > options)
Revokes a table-level permission from a user or role.
AdminOfflineResponse adminOffline(bool offline, IDictionary< string, string > options=null)
Take the system offline.
RevokePermissionTableResponse revokePermissionTable(RevokePermissionTableRequest request_)
Revokes a table-level permission from a user or role.
KillProcResponse killProc(string run_id="", IDictionary< string, string > options=null)
Kills a running proc instance.
A set of results returned by Kinetica.clearTable(string,string,IDictionary<string, string>).
A set of results returned by Kinetica.clearTableMonitor(string,IDictionary<string, string>).
bool has_more_records
Too many records. Returned a partial set.
AdminShowShardsResponse adminShowShards(AdminShowShardsRequest request_)
Show the mapping of shards to the corresponding rank and tom.
IList< string > type_names
The type IDs (one per series/track) of the returned series/tracks.
AlterSystemPropertiesResponse alterSystemProperties(AlterSystemPropertiesRequest request_)
The Kinetica.alterSystemProperties(IDictionary<string, string>,IDictionary<string, string>) endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
A set of parameters for Kinetica.alterTable(string,string,string,IDictionary<string, string>).
AggregateMinMaxGeometryResponse aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest request_)
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geomet...
A set of results returned by Kinetica.filterBySeries(string,string,string,IList<string>,IDictionary<string, string>).
A set of parameters for Kinetica.createProc(string,string,IDictionary<string, byte[]>,string,IList<string>,IDictionary<string, string>).
InsertRecordsRandomResponse insertRecordsRandom(string table_name, long count, IDictionary< string, IDictionary< string, double >> options=null)
Generates a specified number of random records and adds them to the given table.
HasProcResponse hasProc(string proc_name, IDictionary< string, string > options=null)
Checks the existence of a proc with the given name.
IList< string > record_ids
If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID ...
AggregateMinMaxResponse aggregateMinMax(AggregateMinMaxRequest request_)
Calculates and returns the minimum and maximum values of a particular column in a table...
A set of results returned by Kinetica.insertSymbol(string,string,byte[],IDictionary<string, string>).
FilterByAreaResponse filterByArea(FilterByAreaRequest request_)
Calculates which objects from a table are within a named area of interest (NAI/polygon).
IList< IDictionary< string, IList< string > > > properties
KillProcResponse killProc(KillProcRequest request_)
Kills a running proc instance.
IList< string > type_schemas
Type schemas of the respective tables in <member name="table_names">.
A set of parameters for Kinetica.aggregateHistogram(string,string,double,double,double,IDictionary<string, string>).
A set of results returned by Kinetica.visualizeImageChart(string,string,string,double,double,double,double,int,int,string,IDictionary<string, IList<string>>,IDictionary<string, string>).
A set of results returned by Kinetica.getRecords<T>(string,long,long,IDictionary<string, string>).
A set of results returned by Kinetica.createTriggerByRange(string,IList<string>,string,double,double,IDictionary<string, string>).
CreateTableResponse createTable(CreateTableRequest request_)
Creates a new table or collection.
string response_schema_str
Avro schema of <member name="binary_encoded_response"> or <member name="json_encoded_response">.
A set of parameters for Kinetica.deleteRecords(string,IList<string>,IDictionary<string, string>).
AggregateUniqueResponse aggregateUnique(string table_name, string column_name, long offset, long limit=10000, IDictionary< string, string > options=null)
Returns all the unique values from a particular column (specified by column_name ) of a particular ta...
A set of parameters for Kinetica.lockTable(string,string,IDictionary<string, string>).
IList< IDictionary< string, IList< string > > > properties
Property maps of the respective tables in <member name="table_names">.
A set of parameters for Kinetica.deleteRole(string,IDictionary<string, string>).
A set of parameters for Kinetica.showProcStatus(string,IDictionary<string, string>).
A set of parameters for Kinetica.aggregateStatisticsByRange(string,string,string,string,string,double,double,double,IDictionary<string, string>).
IList< string > type_names
The type IDs of the corresponding records in <member name="records_binary"> or <member name="records_...
A set of parameters for Kinetica.appendRecords(string,string,IDictionary<string, string>,IDictionary<string, string>).
IList< string > type_ids
Type ids of the respective tables in <member name="table_names">.
CreateRoleResponse createRole(string name, IDictionary< string, string > options)
Creates a new role.
A set of parameters for Kinetica.createTableMonitor(string,IDictionary<string, string>).
A set of results returned by Kinetica.aggregateMinMax(string,string,IDictionary<string, string>).
string type_id
An identifier representing the created type.
A set of results returned by Kinetica.filterByRadius(string,string,string,double,string,double,double,IDictionary<string, string>).
AggregateStatisticsResponse aggregateStatistics(AggregateStatisticsRequest request_)
Calculates the requested statistics of the given column(s) in a given table.
A set of parameters for Kinetica.clearTable(string,string,IDictionary<string, string>).
A set of parameters for Kinetica.createUnion(string,IList<string>,IList<IList<string>>,IList<string>,IDictionary<string, string>).
A set of results returned by Kinetica.createTriggerByArea(string,IList<string>,string,IList<double>,string,IList<double>,IDictionary<string, string>).
A set of parameters for Kinetica.showSystemTiming(IDictionary<string, string>).
A set of results returned by Kinetica.adminShowJobs(IDictionary<string, string>). ...
AdminShutdownResponse adminShutdown(AdminShutdownRequest request_)
Exits the database server application.
A set of results returned by Kinetica.aggregateUnpivot(string,string,string,IList<string>,IDictionary<string, string>).
bool has_more_records
Too many records. Returned a partial set.
string table_name
Value of .
ShowSecurityResponse showSecurity(ShowSecurityRequest request_)
Shows security information relating to users and/or roles.
A set of results returned by Kinetica.clearTrigger(string,IDictionary<string, string>).
ShowTablesByTypeResponse showTablesByType(ShowTablesByTypeRequest request_)
Gets names of the tables whose type matches the given criteria.
MergeRecordsResponse mergeRecords(string table_name, IList< string > source_table_names, IList< IDictionary< string, string >> field_maps, IDictionary< string, string > options=null)
Create a new empty result table (specified by table_name ), and insert all records from source tables...
CreateJoinTableResponse createJoinTable(CreateJoinTableRequest request_)
Creates a table that is the result of a SQL JOIN.
FilterByAreaGeometryResponse filterByAreaGeometry(string table_name, string view_name, string column_name, IList< double > x_vector, IList< double > y_vector, IDictionary< string, string > options=null)
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/pol...
DeleteRoleResponse deleteRole(string name, IDictionary< string, string > options)
Deletes an existing role.
GrantPermissionSystemResponse grantPermissionSystem(GrantPermissionSystemRequest request_)
Grants a system-level permission to a user or role.
A set of parameters for Kinetica.filterByRadius(string,string,string,double,string,double,double,IDictionary<string, string>).
A set of results returned by Kinetica.hasTable(string,IDictionary<string, string>).
ShowProcStatusResponse showProcStatus(string run_id="", IDictionary< string, string > options=null)
Shows the statuses of running or completed proc instances.
ShowTriggersResponse showTriggers(IList< string > trigger_ids, IDictionary< string, string > options=null)
Retrieves information regarding the specified triggers or all existing triggers currently active...
FilterByValueResponse filterByValue(string table_name, string view_name, bool is_string, double _value, string value_str, string column_name, IDictionary< string, string > options=null)
Calculates which objects from a table has a particular value for a particular column.
A set of parameters for Kinetica.createUserExternal(string,IDictionary<string, string>).
DeleteProcResponse deleteProc(string proc_name, IDictionary< string, string > options=null)
Deletes a proc.
A set of results returned by Kinetica.aggregateUnpivot(string,string,string,IList<string>,IDictionary<string, string>).
A set of parameters for Kinetica.adminShutdown(string,string,IDictionary<string, string>).
A set of results returned by Kinetica.filterByValue(string,string,bool,double,string,string,IDictionary<string, string>).
A set of parameters for Kinetica.filterByAreaGeometry(string,string,string,IList<double>,IList<double>,IDictionary<string, string>).
A set of results returned by Kinetica.filterByString(string,string,string,string,IList<string>,IDictionary<string, string>).
A set of parameters for Kinetica.updateRecords<T>(string,IList<string>,IList<IDictionary<string, string>>,IList<T>,IDictionary<string, string>).
GetRecordsBySeriesResponse< T > getRecordsBySeries< T >(GetRecordsBySeriesRequest request_)
Retrieves the complete series/track records from the given based on the partial track information co...
DeleteRoleResponse deleteRole(DeleteRoleRequest request_)
Deletes an existing role.
ClearTableMonitorResponse clearTableMonitor(string topic_id, IDictionary< string, string > options=null)
Deactivates a table monitor previously created with Kinetica.createTableMonitor(string,IDictionary<string, string>).
ShowSystemStatusResponse showSystemStatus(ShowSystemStatusRequest request_)
Provides server configuration and health related status to the caller.
A set of results returned by Kinetica.alterUser(string,string,string,IDictionary<string, string>).
AppendRecordsResponse appendRecords(string table_name, string source_table_name, IDictionary< string, string > field_map, IDictionary< string, string > options=null)
Append (or insert) all records from a source table (specified by source_table_name ) to a particular ...
A set of results returned by Kinetica.updateRecords<T>(string,IList<string>,IList<IDictionary<string...
Convenience class for using Avro.Generic.GenericRecord objects.
VisualizeImageChartResponse visualizeImageChart(string table_name, string x_column_name, string y_column_name, double min_x, double max_x, double min_y, double max_y, int width, int height, string bg_color, IDictionary< string, IList< string >> style_options, IDictionary< string, string > options=null)
Scatter plot is the only plot type currently supported.
A set of parameters for Kinetica.getRecordsByColumn(string,IList<string>,long,long,IDictionary<string, string>).
A set of parameters for Kinetica.revokePermissionSystem(string,string,IDictionary<string, string>).
AdminVerifyDbResponse adminVerifyDb(IDictionary< string, string > options=null)
Verify database is in a consistent state.
InsertSymbolResponse insertSymbol(string symbol_id, string symbol_format, byte[] symbol_data, IDictionary< string, string > options=null)
Adds a symbol or icon (i.e.
A set of parameters for Kinetica.adminAlterJobs(IList<int>,string,IDictionary<string, string>).
CreateTriggerByAreaResponse createTriggerByArea(string request_id, IList< string > table_names, string x_column_name, IList< double > x_vector, string y_column_name, IList< double > y_vector, IDictionary< string, string > options=null)
Sets up an area trigger mechanism for two column_names for one or more tables.
CreateJoinTableResponse createJoinTable(string join_table_name, IList< string > table_names=null, IList< string > column_names=null, IList< string > expressions=null, IDictionary< string, string > options=null)
Creates a table that is the result of a SQL JOIN.
RevokeRoleResponse revokeRole(string role, string member, IDictionary< string, string > options)
Revokes membership in a role from a user or role.
AdminOfflineResponse adminOffline(AdminOfflineRequest request_)
Take the system offline.
ShowSystemTimingResponse showSystemTiming(IDictionary< string, string > options=null)
Returns the last 100 database requests along with the request timing and internal job id...
GetRecordsResponse< T > getRecords< T >(GetRecordsRequest request_)
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column...
A set of results returned by Kinetica.killProc(string,IDictionary<string, string>).
A set of results returned by Kinetica.adminAlterJobs(IList<int>,string,IDictionary<string, string>).
FilterByStringResponse filterByString(string table_name, string view_name, string expression, string mode, IList< string > column_names, IDictionary< string, string > options=null)
Calculates which objects from a table, collection, or view match a string expression for the given st...
IList< string > type_schemas
A set of parameters for Kinetica.showSystemProperties(IDictionary<string, string>).
AdminShowShardsResponse adminShowShards(IDictionary< string, string > options=null)
Show the mapping of shards to the corresponding rank and tom.
A set of results returned by Kinetica.createProjection(string,string,IList<string>,IDictionary<string, string>).
CreateUnionResponse createUnion(string table_name, IList< string > table_names, IList< IList< string >> input_column_names, IList< string > output_column_names, IDictionary< string, string > options=null)
Performs a union (concatenation) of one or more existing tables or views, the results of which are st...
CreateTableResponse createTable(string table_name, string type_id, IDictionary< string, string > options=null)
Creates a new table or collection.
AdminAlterConfigurationResponse adminAlterConfiguration(string config_string, IDictionary< string, string > options=null)
Update the system config file.
FilterByRadiusResponse filterByRadius(FilterByRadiusRequest request_)
Calculates which objects from a table lie within a circle with the given radius and center point (i...
void DecodeRawBinaryDataUsingTypeIDs< T >(IList< string > type_ids, IList< byte[]> records_binary, IList< T > records)
Given IDs of records types registered with Kinetica, decode binary data into distinct records (object...
A set of results returned by Kinetica.updateRecordsBySeries(string,string,string,IList<string>,IDictionary<string, string>).
AppendRecordsResponse appendRecords(AppendRecordsRequest request_)
Append (or insert) all records from a source table (specified by ) to a particular target table (spec...
A set of parameters for Kinetica.deleteProc(string,IDictionary<string, string>).
IList< IList< byte[]> > list_records_binary
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary enc...
A set of parameters for Kinetica.hasProc(string,IDictionary<string, string>).
long total_number_of_records
Total/Filtered number of records.
A set of parameters for Kinetica.filterBySeries(string,string,string,IList<string>,IDictionary<string, string>).
A set of results returned by Kinetica.adminShutdown(string,string,IDictionary<string, string>).
A set of parameters for Kinetica.mergeRecords(string,IList<string>,IList<IDictionary<string, string>>,IDictionary<string, string>).
A set of parameters for Kinetica.grantPermissionTable(string,string,string,string,IDictionary<string, string>).
A set of results returned by Kinetica.grantPermissionTable(string,string,string,string,IDictionary<string, string>).
A set of results returned by Kinetica.showTable(string,IDictionary<string, string>).
A set of results returned by Kinetica.aggregateHistogram(string,string,double,double,double,IDictionary<string, string>).
HasProcResponse hasProc(HasProcRequest request_)
Checks the existence of a proc with the given name.
AlterUserResponse alterUser(AlterUserRequest request_)
Alters a user.
ShowSystemTimingResponse showSystemTiming(ShowSystemTimingRequest request_)
Returns the last 100 database requests along with the request timing and internal job id...
long total_number_of_records
Total/Filtered number of records.
byte [] binary_encoded_response
Avro binary encoded response.
AlterSystemPropertiesResponse alterSystemProperties(IDictionary< string, string > property_updates_map, IDictionary< string, string > options=null)
The Kinetica.alterSystemProperties(IDictionary<string, string>,IDictionary<string, string>) endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
A set of results returned by Kinetica.aggregateUnique(string,string,long,long,IDictionary<string, string>).
A set of results returned by Kinetica.filterByBoxGeometry(string,string,string,double,double,double,double,IDictionary<string, string>).
A set of parameters for Kinetica.adminShowShards(IDictionary<string, string>).
A set of parameters for Kinetica.showTypes(string,string,IDictionary<string, string>).
A set of parameters for Kinetica.filterByArea(string,string,string,IList<double>,string,IList<double>,IDictionary<string, string>).
A set of results returned by Kinetica.deleteRecords(string,IList<string>,IDictionary<string, string>).
byte [] binary_encoded_response
Avro binary encoded response.
AggregateGroupByResponse aggregateGroupBy(AggregateGroupByRequest request_)
Calculates unique combinations (groups) of values for the given columns in a given table/view/collect...
A set of parameters for Kinetica.grantPermissionSystem(string,string,IDictionary<string, string>).
GrantPermissionTableResponse grantPermissionTable(string name, string permission, string table_name, string filter_expression, IDictionary< string, string > options)
Grants a table-level permission to a user or role.
RevokeRoleResponse revokeRole(RevokeRoleRequest request_)
Revokes membership in a role from a user or role.
A set of results returned by Kinetica.getRecordsBySeries<T>(string,string,int,int,IDictionary<string, string>).
CreateTableMonitorResponse createTableMonitor(CreateTableMonitorRequest request_)
Creates a monitor that watches for new records inserted into a particular table (identified by ) and ...
LockTableResponse lockTable(LockTableRequest request_)
Manages global access to a table's data.
A set of parameters for Kinetica.grantRole(string,string,IDictionary<string, string>).
A set of results returned by Kinetica.deleteRole(string,IDictionary<string, string>).
CreateTypeResponse createType(string type_definition, string label, IDictionary< string, IList< string >> properties=null, IDictionary< string, string > options=null)
Creates a new type describing the layout or schema of a table.
A set of parameters for Kinetica.filterByList(string,string,IDictionary<string, IList<string>>,IDictionary<string, string>).
GetRecordsFromCollectionResponse< T > getRecordsFromCollection< T >(GetRecordsFromCollectionRequest request_)
Retrieves records from a collection.
A set of parameters for Kinetica.filterByValue(string,string,bool,double,string,string,IDictionary<string, string>).
A set of results returned by Kinetica.filterByTable(string,string,string,string,string,IDictionary<string, string>).
CreateProcResponse createProc(CreateProcRequest request_)
Creates an instance (proc) of the user-defined function (UDF) specified by the given command...
AggregateStatisticsByRangeResponse aggregateStatisticsByRange(AggregateStatisticsByRangeRequest request_)
Divides the given set into bins and calculates statistics of the values of a value-column in each bin...
A set of parameters for Kinetica.createProjection(string,string,IList<string>,IDictionary<string, string>).
string type_definition
Value of .
A set of parameters for Kinetica.createTriggerByRange(string,IList<string>,string,double,double,IDictionary<string, string>).
FilterByAreaGeometryResponse filterByAreaGeometry(FilterByAreaGeometryRequest request_)
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/pol...
FilterByBoxResponse filterByBox(string table_name, string view_name, string x_column_name, double min_x, double max_x, string y_column_name, double min_y, double max_y, IDictionary< string, string > options=null)
Calculates how many objects within the given table lie in a rectangular box.
FilterByGeometryResponse filterByGeometry(string table_name, string view_name, string column_name, string input_wkt, string operation, IDictionary< string, string > options=null)
Applies a geometry filter against a geospatial geometry column in a given table, collection or view...
FilterByRangeResponse filterByRange(FilterByRangeRequest request_)
Calculates which objects from a table have a column that is within the given bounds.
AggregateUnpivotResponse aggregateUnpivot(string table_name, string variable_column_name, string value_column_name, IList< string > pivoted_columns, IDictionary< string, string > options=null)
Rotate the column values into rows values.
CreateTriggerByRangeResponse createTriggerByRange(CreateTriggerByRangeRequest request_)
Sets up a simple range trigger for a column_name for one or more tables.
A set of parameters for Kinetica.insertRecords<T>(string,IList<T>,IDictionary<string, string>).
AggregateUnpivotResponse aggregateUnpivot(AggregateUnpivotRequest request_)
Rotate the column values into rows values.
AdminShutdownResponse adminShutdown(string exit_type, string authorization, IDictionary< string, string > options=null)
Exits the database server application.
A set of results returned by Kinetica.createRole(string,IDictionary<string, string>).
FilterByRadiusResponse filterByRadius(string table_name, string view_name, string x_column_name, double x_center, string y_column_name, double y_center, double radius, IDictionary< string, string > options=null)
Calculates which objects from a table lie within a circle with the given radius and center point (i...
A set of parameters for Kinetica.aggregateUnpivot(string,string,string,IList<string>,IDictionary<string, string>).
A set of results returned by Kinetica.getRecordsByColumn(string,IList<string>,long,long,IDictionary<string, string>).
A set of parameters for Kinetica.alterUser(string,string,string,IDictionary<string, string>).
AlterUserResponse alterUser(string name, string action, string _value, IDictionary< string, string > options)
Alters a user.
A set of results returned by Kinetica.filterByArea(string,string,string,IList<double>,string,IList<double>,IDictionary<string, string>).
AdminShowJobsResponse adminShowJobs(AdminShowJobsRequest request_)
Get a list of the current jobs in GPUdb.
FilterBySeriesResponse filterBySeries(string table_name, string view_name, string track_id, IList< string > target_track_ids, IDictionary< string, string > options=null)
Filters objects matching all points of the given track (works only on track type data).
A set of parameters for Kinetica.createTable(string,string,IDictionary<string, string>).
CreateUserExternalResponse createUserExternal(string name, IDictionary< string, string > options)
Creates a new external user (a user whose credentials are managed by an external LDAP).
A set of parameters for Kinetica.getRecords<T>(string,long,long,IDictionary<string, string>).
IList< IDictionary< string, string > > new_values_maps
List of new values for the matching records.
A set of results returned by Kinetica.revokeRole(string,string,IDictionary<string, string>).
A set of results returned by Kinetica.createJoinTable(string,IList<string>,IList<string>,IList<string>,IDictionary<string, string>).
IList< byte[]> records_binary
If the encoding parameter of the request was 'binary' then this list contains the binary encoded reco...
A set of parameters for Kinetica.filterByBoxGeometry(string,string,string,double,double,double,double,IDictionary<string, string>).
ShowProcResponse showProc(string proc_name="", IDictionary< string, string > options=null)
Shows information about a proc.
ClearTableMonitorResponse clearTableMonitor(ClearTableMonitorRequest request_)
Deactivates a table monitor previously created with Kinetica.createTableMonitor(string,IDictionary<string, string>).
void DecodeRawBinaryDataUsingSchemaString< T >(string schema_string, IList< byte[]> records_binary, IList< T > records)
Given a schema string for a certain record type, decode binary data into distinct records (objects)...
AggregateHistogramResponse aggregateHistogram(AggregateHistogramRequest request_)
Performs a histogram calculation given a table, a column, and an interval function.
ExecuteProcResponse executeProc(string proc_name, IDictionary< string, string > _params=null, IDictionary< string, byte[]> bin_params=null, IList< string > input_table_names=null, IDictionary< string, IList< string >> input_column_names=null, IList< string > output_table_names=null, IDictionary< string, string > options=null)
Executes a proc.
FilterByGeometryResponse filterByGeometry(FilterByGeometryRequest request_)
Applies a geometry filter against a geospatial geometry column in a given table, collection or view...
A set of results returned by Kinetica.showTablesByType(string,string,IDictionary<string, string>).
CreateTypeResponse createType(CreateTypeRequest request_)
Creates a new type describing the layout or schema of a table.
AlterTableMetadataResponse alterTableMetadata(IList< string > table_names, IDictionary< string, string > metadata_map, IDictionary< string, string > options=null)
Updates (adds or changes) metadata for tables.
FilterByRadiusGeometryResponse filterByRadiusGeometry(string table_name, string view_name, string column_name, double x_center, double y_center, double radius, IDictionary< string, string > options=null)
Calculates which geospatial geometry objects from a table intersect a circle with the given radius an...
A set of parameters for Kinetica.insertSymbol(string,string,byte[],IDictionary<string, string>).
const string DISTRIBUTED
Input table data will be divided into data segments that are distributed across all nodes in the clus...
A set of results returned by Kinetica.revokePermissionTable(string,string,string,IDictionary<string, string>).
AdminShowJobsResponse adminShowJobs(IDictionary< string, string > options=null)
Get a list of the current jobs in GPUdb.
CreateUserInternalResponse createUserInternal(CreateUserInternalRequest request_)
Creates a new internal user (a user whose credentials are managed by the database system)...
A set of parameters for Kinetica.getRecordsFromCollection<T>(string,long,long,IDictionary<string, string>).
ClearTableResponse clearTable(ClearTableRequest request_)
Clears (drops) one or all tables in the database cluster.
long total_number_of_records
Total/Filtered number of records.
ShowTableResponse showTable(ShowTableRequest request_)
Retrieves detailed information about a table, view, or collection, specified in . ...
string type_schema
Avro schema of <member name="records_binary"> or <member name="records_json">
bool has_more_records
Too many records. Returned a partial set.
A set of results returned by Kinetica.showSystemStatus(IDictionary<string, string>).
CreateUserInternalResponse createUserInternal(string name, string password, IDictionary< string, string > options)
Creates a new internal user (a user whose credentials are managed by the database system)...
RevokePermissionSystemResponse revokePermissionSystem(string name, string permission, IDictionary< string, string > options)
Revokes a system-level permission from a user or role.
IList< string > table_names
The table name (one per series/track) of the returned series/tracks.
ShowSystemPropertiesResponse showSystemProperties(IDictionary< string, string > options=null)
Returns server configuration and version related information to the caller.
A set of results returned by Kinetica.aggregateUnique(string,string,long,long,IDictionary<string, string>).
AggregateStatisticsResponse aggregateStatistics(string table_name, string column_name, string stats, IDictionary< string, string > options=null)
Calculates the requested statistics of the given column(s) in a given table.
DeleteUserResponse deleteUser(DeleteUserRequest request_)
Deletes an existing user.
A set of parameters for Kinetica.hasType(string,IDictionary<string, string>).
A set of parameters for Kinetica.filterByGeometry(string,string,string,string,string,IDictionary<string, string>).
ClearTriggerResponse clearTrigger(string trigger_id, IDictionary< string, string > options=null)
Clears or cancels the trigger identified by the specified handle.
A set of results returned by Kinetica.executeProc(string,IDictionary<string, string>,IDictionary<string, byte[]>,IList<string>,IDictionary<string, IList<string>>,IList<string>,IDictionary<string, string>).
FilterByBoxGeometryResponse filterByBoxGeometry(FilterByBoxGeometryRequest request_)
Calculates which geospatial geometry objects from a table intersect a rectangular box...
byte [] binary_encoded_response
Avro binary encoded response.
FilterByAreaResponse filterByArea(string table_name, string view_name, string x_column_name, IList< double > x_vector, string y_column_name, IList< double > y_vector, IDictionary< string, string > options=null)
Calculates which objects from a table are within a named area of interest (NAI/polygon).
CreateProjectionResponse createProjection(string table_name, string projection_name, IList< string > column_names, IDictionary< string, string > options=null)
Creates a new projection of an existing table.
A set of parameters for Kinetica.aggregateConvexHull(string,string,string,IDictionary<string, string>).
A set of parameters for Kinetica.showTable(string,IDictionary<string, string>).
A set of results returned by Kinetica.createProc(string,string,IDictionary<string, byte[]>,string,IList<string>,IDictionary<string, string>).
A set of parameters for Kinetica.alterSystemProperties(IDictionary<string, string>,IDictionary<string, string>).
ShowSystemPropertiesResponse showSystemProperties(ShowSystemPropertiesRequest request_)
Returns server configuration and version related information to the caller.
A set of parameters for Kinetica.filterByRange(string,string,string,double,double,IDictionary<string, string>).
AggregateStatisticsByRangeResponse aggregateStatisticsByRange(string table_name, string select_expression, string column_name, string value_column_name, string stats, double start, double end, double interval, IDictionary< string, string > options=null)
Divides the given set into bins and calculates statistics of the values of a value-column in each bin...
AggregateHistogramResponse aggregateHistogram(string table_name, string column_name, double start, double end, double interval, IDictionary< string, string > options=null)
Performs a histogram calculation given a table, a column, and an interval function.
A set of parameters for Kinetica.revokeRole(string,string,IDictionary<string, string>).
bool has_more_records
Too many records. Returned a partial set.
FilterBySeriesResponse filterBySeries(FilterBySeriesRequest request_)
Filters objects matching all points of the given track (works only on track type data).
ShowTypesResponse showTypes(string type_id, string label, IDictionary< string, string > options=null)
Retrieves information for the specified data type.
A set of parameters for Kinetica.showProc(string,IDictionary<string, string>).
A set of results returned by Kinetica.aggregateGroupBy(string,IList<string>,long,long,IDictionary<string, string>).
string table_name
Typically shows the result-table name if provided in the request (Ignore otherwise).
ExecuteProcResponse executeProc(ExecuteProcRequest request_)
Executes a proc.
AdminAlterConfigurationResponse adminAlterConfiguration(AdminAlterConfigurationRequest request_)
Update the system config file.
A set of results returned by Kinetica.getRecordsFromCollection<T>(string,long,long,IDictionary<string, string>).
FilterByRangeResponse filterByRange(string table_name, string view_name, string column_name, double lower_bound, double upper_bound, IDictionary< string, string > options=null)
Calculates which objects from a table have a column that is within the given bounds.
A set of parameters for Kinetica.insertRecords<T>(string,IList<T>,IDictionary<string, string>).
AggregateMinMaxResponse aggregateMinMax(string table_name, string column_name, IDictionary< string, string > options=null)
Calculates and returns the minimum and maximum values of a particular column in a table...
InsertRecordsResponse insertRecords< T >(InsertRecordsRequest< T > request_)
Adds multiple records to the specified table.
A set of parameters for Kinetica.filterByRadiusGeometry(string,string,string,double,double,double,IDictionary<string, string>).
string response_schema_str
Avro schema of <member name="binary_encoded_response"> or <member name="json_encoded_response">.
AlterTableResponse alterTable(AlterTableRequest request_)
Apply various modifications to a table, view, or collection.
A set of results returned by Kinetica.showTriggers(IList<string>,IDictionary<string, string>).
A set of parameters for Kinetica.aggregateKMeans(string,IList<string>,int,double,IDictionary<string, string>).
string table_name
Value of .
CreateTriggerByAreaResponse createTriggerByArea(CreateTriggerByAreaRequest request_)
Sets up an area trigger mechanism for two column_names for one or more tables.
GrantPermissionTableResponse grantPermissionTable(GrantPermissionTableRequest request_)
Grants a table-level permission to a user or role.
A set of results returned by Kinetica.appendRecords(string,string,IDictionary<string, string>,IDictionary<string, string>).
A set of results returned by Kinetica.filterByRadiusGeometry(string,string,string,double,double,double,IDictionary<string, string>).
The type of lock being applied to the table.
A set of results returned by Kinetica.filterByBox(string,string,string,double,double,string,double,double,IDictionary<string, string>).
A set of results returned by Kinetica.showProc(string,IDictionary<string, string>).
AlterTableResponse alterTable(string table_name, string action, string _value, IDictionary< string, string > options=null)
Apply various modifications to a table, view, or collection.
A set of results returned by Kinetica.createUserExternal(string,IDictionary<string, string>).
A set of results returned by Kinetica.filterByAreaGeometry(string,string,string,IList<double>,IList<double>,IDictionary<string, string>).
FilterByRadiusGeometryResponse filterByRadiusGeometry(FilterByRadiusGeometryRequest request_)
Calculates which geospatial geometry objects from a table intersect a circle with the given radius an...
InsertSymbolResponse insertSymbol(InsertSymbolRequest request_)
Adds a symbol or icon (i.e.
CreateUserExternalResponse createUserExternal(CreateUserExternalRequest request_)
Creates a new external user (a user whose credentials are managed by an external LDAP).
A set of parameters for Kinetica.adminShowConfiguration(IDictionary<string, string>).
AggregateKMeansResponse aggregateKMeans(AggregateKMeansRequest request_)
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clusteri...
ShowTableMetadataResponse showTableMetadata(ShowTableMetadataRequest request_)
Retrieves the user provided metadata for the specified tables.
A set of results returned by Kinetica.adminVerifyDb(IDictionary<string, string>). ...
const string STATUS
Show locked status
AdminAlterJobsResponse adminAlterJobs(AdminAlterJobsRequest request_)
Perform the requested action on a list of one or more job(s).
FilterByValueResponse filterByValue(FilterByValueRequest request_)
Calculates which objects from a table has a particular value for a particular column.
string table_name
The same table name as was passed in the parameter list.
A set of parameters for Kinetica.showSecurity(IList<string>,IDictionary<string, string>).
FilterByListResponse filterByList(FilterByListRequest request_)
Calculates which records from a table have values in the given list for the corresponding column...
FilterByBoxGeometryResponse filterByBoxGeometry(string table_name, string view_name, string column_name, double min_x, double max_x, double min_y, double max_y, IDictionary< string, string > options=null)
Calculates which geospatial geometry objects from a table intersect a rectangular box...
FilterResponse filter(string table_name, string view_name, string expression, IDictionary< string, string > options=null)
Filters data based on the specified expression.
A set of parameters for Kinetica.killProc(string,IDictionary<string, string>).
A set of parameters for Kinetica.filterByString(string,string,string,string,IList<string>,IDictionary<string, string>).
A set of parameters for Kinetica.filter(string,string,string,IDictionary<string, string>).
A set of results returned by Kinetica.hasProc(string,IDictionary<string, string>).
HasTableResponse hasTable(string table_name, IDictionary< string, string > options=null)
Checks for the existence of a table with the given name.
AdminShowConfigurationResponse adminShowConfiguration(AdminShowConfigurationRequest request_)
Show the current system configuration file.
A set of parameters for Kinetica.aggregateMinMaxGeometry(string,string,IDictionary<string, string>).
A set of parameters for Kinetica.createTriggerByArea(string,IList<string>,string,IList<double>,string,IList<double>,IDictionary<string, string>).
IList< string > type_labels
Type labels of the respective tables in <member name="table_names">.
A set of results returned by Kinetica.hasType(string,IDictionary<string, string>).
ShowTablesByTypeResponse showTablesByType(string type_id, string label, IDictionary< string, string > options=null)
Gets names of the tables whose type matches the given criteria.
FilterResponse filter(FilterRequest request_)
Filters data based on the specified expression.
string table_name
Table to be updated.
AdminAlterJobsResponse adminAlterJobs(IList< int > job_ids, string action, IDictionary< string, string > options=null)
Perform the requested action on a list of one or more job(s).
VisualizeImageChartResponse visualizeImageChart(VisualizeImageChartRequest request_)
Scatter plot is the only plot type currently supported.
ShowSecurityResponse showSecurity(IList< string > names, IDictionary< string, string > options)
Shows security information relating to users and/or roles.
CreateRoleResponse createRole(CreateRoleRequest request_)
Creates a new role.
string table_name
The same table name as was passed in the parameter list.
ClearTriggerResponse clearTrigger(ClearTriggerRequest request_)
Clears or cancels the trigger identified by the specified handle.
A set of results returned by Kinetica.filterByGeometry(string,string,string,string,string,IDictionary<string, string>).
string table_name
Value of .
A set of results returned by Kinetica.mergeRecords(string,IList<string>,IList<IDictionary<string, string>>,IDictionary<string, string>).
A set of results returned by Kinetica.adminShowConfiguration(IDictionary<string, string>).
UpdateRecordsResponse updateRecordsRaw(RawUpdateRecordsRequest request_)
Runs multiple predicate-based updates in a single call.
A set of results returned by Kinetica.filterByRange(string,string,string,double,double,IDictionary<string, string>).
A set of parameters for Kinetica.clearTableMonitor(string,IDictionary<string, string>).
ShowTableMetadataResponse showTableMetadata(IList< string > table_names, IDictionary< string, string > options=null)
Retrieves the user provided metadata for the specified tables.
A set of results returned by Kinetica.getRecordsFromCollection<T>(string,long,long,IDictionary<string, string>).
static IList< KineticaRecord > DecodeDynamicTableRecords(string dynamic_table_schema_string, byte[] encoded_data)
Decodes binary encoded data of a dynamically created table returned by the server.
ShowProcResponse showProc(ShowProcRequest request_)
Shows information about a proc.
A set of parameters for Kinetica.deleteUser(string,IDictionary<string, string>).
A set of parameters for Kinetica.showTablesByType(string,string,IDictionary<string, string>).
A set of results returned by Kinetica.showSecurity(IList<string>,IDictionary<string, string>).
A set of results returned by Kinetica.filter(string,string,string,IDictionary<string, string>).
A set of results returned by Kinetica.createTable(string,string,IDictionary<string, string>).
AdminShowConfigurationResponse adminShowConfiguration(IDictionary< string, string > options=null)
Show the current system configuration file.
InsertRecordsRandomResponse insertRecordsRandom(InsertRecordsRandomRequest request_)
Generates a specified number of random records and adds them to the given table.
ShowSystemStatusResponse showSystemStatus(IDictionary< string, string > options=null)
Provides server configuration and health related status to the caller.
AggregateUniqueResponse aggregateUnique(AggregateUniqueRequest request_)
Returns all the unique values from a particular column (specified by ) of a particular table or colle...
A set of parameters for Kinetica.clearTrigger(string,IDictionary<string, string>).
A set of parameters for Kinetica.aggregateStatistics(string,string,string,IDictionary<string, string>).
IList< string > table_names
The table name (one per series/track) of the returned series/tracks.
ShowTypesResponse showTypes(ShowTypesRequest request_)
Retrieves information for the specified data type.
RevokePermissionSystemResponse revokePermissionSystem(RevokePermissionSystemRequest request_)
Revokes a system-level permission from a user or role.
A set of results returned by Kinetica.insertRecords<T>(string,IList<T>,IDictionary<string, string>).
A set of parameters for Kinetica.insertRecordsRandom(string,long,IDictionary<string, IDictionary<string, double>>).
A set of parameters for Kinetica.adminVerifyDb(IDictionary<string, string>).
IList< string > type_schemas
The type schemas (one per series/track) of the returned series/tracks.
GetRecordsByColumnResponse getRecordsByColumn(GetRecordsByColumnRequest request_)
For a given table, retrieves the values from the requested column(s).
A set of parameters for Kinetica.filterByTable(string,string,string,string,string,IDictionary<string, string>).
A set of results returned by Kinetica.aggregateStatisticsByRange(string,string,string,string,string,double,double,double,IDictionary<string, string>).
FilterByBoxResponse filterByBox(FilterByBoxRequest request_)
Calculates how many objects within the given table lie in a rectangular box.
A set of results returned by Kinetica.adminAlterConfiguration(string,IDictionary<string, string>).
A set of results returned by Kinetica.showProcStatus(string,IDictionary<string, string>).
A set of parameters for Kinetica.createUserInternal(string,string,IDictionary<string, string>).
A set of parameters for Kinetica.visualizeImageChart(string,string,string,double,double,double,double,int,int,string,IDictionary<string, IList<string>>,IDictionary<string, string>).
ClearTableResponse clearTable(string table_name="", string authorization="", IDictionary< string, string > options=null)
Clears (drops) one or all tables in the database cluster.
A set of results returned by Kinetica.lockTable(string,string,IDictionary<string, string>)...
A set of results returned by Kinetica.aggregateStatistics(string,string,string,IDictionary<string, string>).
UpdateRecordsBySeriesResponse updateRecordsBySeries(UpdateRecordsBySeriesRequest request_)
Updates the view specified by to include full series (track) information from the for the series (t...
A set of results returned by Kinetica.alterTable(string,string,string,IDictionary<string, string>).
CreateProjectionResponse createProjection(CreateProjectionRequest request_)
Creates a new projection of an existing table.
InsertRecordsResponse insertRecordsRaw(RawInsertRecordsRequest request_)
Adds multiple records to the specified table.
AdminVerifyDbResponse adminVerifyDb(AdminVerifyDbRequest request_)
Verify database is in a consistent state.
A set of parameters for Kinetica.createJoinTable(string,IList<string>,IList<string>,IList<string>,IDictionary<string, string>).
A set of parameters for Kinetica.showSystemStatus(IDictionary<string, string>).
A set of parameters for Kinetica.executeProc(string,IDictionary<string, string>,IDictionary<string, byte[]>,IList<string>,IDictionary<string, IList<string>>,IList<string>,IDictionary<string, string>).
GrantPermissionSystemResponse grantPermissionSystem(string name, string permission, IDictionary< string, string > options)
Grants a system-level permission to a user or role.
string response_schema_str
Avro schema of <member name="binary_encoded_response"> or <member name="json_encoded_response">.
A set of results returned by Kinetica.getRecordsBySeries<T>(string,string,int,int,IDictionary<string, string>).
A set of parameters for Kinetica.createRole(string,IDictionary<string, string>).
A set of parameters for Kinetica.adminShowJobs(IDictionary<string, string>).
The execution mode of the proc.
A set of results returned by Kinetica.createType(string,string,IDictionary<string, IList<string>>,IDictionary<string, string>).
A set of parameters for Kinetica.aggregateUnique(string,string,long,long,IDictionary<string, string>).
AggregateGroupByResponse aggregateGroupBy(string table_name, IList< string > column_names, long offset, long limit=1000, IDictionary< string, string > options=null)
Calculates unique combinations (groups) of values for the given columns in a given table/view/collect...
A set of results returned by Kinetica.showTypes(string,string,IDictionary<string, string>)...
A set of results returned by Kinetica.deleteUser(string,IDictionary<string, string>).
AggregateKMeansResponse aggregateKMeans(string table_name, IList< string > column_names, int k, double tolerance, IDictionary< string, string > options=null)
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clusteri...
A set of results returned by Kinetica.adminShowShards(IDictionary<string, string>).
A set of results returned by Kinetica.adminOffline(bool,IDictionary<string, string>).
DeleteProcResponse deleteProc(DeleteProcRequest request_)
Deletes a proc.
A set of results returned by Kinetica.filterByList(string,string,IDictionary<string, IList<string>>,IDictionary<string, string>).
DeleteRecordsResponse deleteRecords(string table_name, IList< string > expressions, IDictionary< string, string > options=null)
Deletes record(s) matching the provided criteria from the given table.
CreateTableMonitorResponse createTableMonitor(string table_name, IDictionary< string, string > options=null)
Creates a monitor that watches for new records inserted into a particular table (identified by table_...
A set of results returned by Kinetica.getRecords<T>(string,long,long,IDictionary<string, string>).
A set of parameters for Kinetica.adminOffline(bool,IDictionary<string, string>).
string response_schema_str
Avro schema of <member name="binary_encoded_response"> or <member name="json_encoded_response">.
string table_name
Value of .
A set of parameters for Kinetica.adminAlterConfiguration(string,IDictionary<string, string>).
A set of results returned by Kinetica.aggregateMinMaxGeometry(string,string,IDictionary<string, string>).
A set of parameters for Kinetica.hasTable(string,IDictionary<string, string>).
AggregateConvexHullResponse aggregateConvexHull(string table_name, string x_column_name, string y_column_name, IDictionary< string, string > options=null)
Calculates and returns the convex hull for the values in a table specified by table_name ...
GetRecordsByColumnResponse getRecordsByColumn(string table_name, IList< string > column_names, long offset, long limit, IDictionary< string, string > options=null)
For a given table, retrieves the values from the requested column(s).
A set of parameters for Kinetica.aggregateGroupBy(string,IList<string>,long,long,IDictionary<string, string>).
A set of results returned by Kinetica.deleteProc(string,IDictionary<string, string>).
A set of parameters for Kinetica.revokePermissionTable(string,string,string,IDictionary<string, string>).
A set of parameters for Kinetica.filterByBox(string,string,string,double,double,string,double,double,IDictionary<string, string>).
A set of parameters for Kinetica.showTriggers(IList<string>,IDictionary<string, string>).