9 using System.Collections.Generic;
15 public partial class Kinetica
39 AdminAlterJobsResponse actualResponse_ = SubmitRequest<AdminAlterJobsResponse>(
"/admin/alter/jobs", request_,
false);
41 return actualResponse_;
71 IDictionary<string, string> options = null )
89 AdminOfflineResponse actualResponse_ = SubmitRequest<AdminOfflineResponse>(
"/admin/offline", request_,
false);
91 return actualResponse_;
136 IDictionary<string, string> options = null )
154 AdminShowAlertsResponse actualResponse_ = SubmitRequest<AdminShowAlertsResponse>(
"/admin/show/alerts", request_,
false);
156 return actualResponse_;
176 IDictionary<string, string> options = null )
192 AdminShowJobsResponse actualResponse_ = SubmitRequest<AdminShowJobsResponse>(
"/admin/show/jobs", request_,
false);
194 return actualResponse_;
243 AdminShowShardsResponse actualResponse_ = SubmitRequest<AdminShowShardsResponse>(
"/admin/show/shards", request_,
false);
245 return actualResponse_;
276 AdminShutdownResponse actualResponse_ = SubmitRequest<AdminShutdownResponse>(
"/admin/shutdown", request_,
false);
278 return actualResponse_;
295 string authorization,
296 IDictionary<string, string> options = null )
316 AdminVerifyDbResponse actualResponse_ = SubmitRequest<AdminVerifyDbResponse>(
"/admin/verifydb", request_,
false);
318 return actualResponse_;
389 AggregateConvexHullResponse actualResponse_ = SubmitRequest<AggregateConvexHullResponse>(
"/aggregate/convexhull", request_,
false);
391 return actualResponse_;
414 string x_column_name,
415 string y_column_name,
416 IDictionary<string, string> options = null )
844 IList<string> column_names,
847 IDictionary<string, string> options = null )
850 column_names, offset,
880 AggregateHistogramResponse actualResponse_ = SubmitRequest<AggregateHistogramResponse>(
"/aggregate/histogram", request_,
false);
882 return actualResponse_;
934 IDictionary<string, string> options = null )
965 AggregateKMeansResponse actualResponse_ = SubmitRequest<AggregateKMeansResponse>(
"/aggregate/kmeans", request_,
false);
967 return actualResponse_;
1024 IList<string> column_names,
1027 IDictionary<string, string> options = null )
1030 k, tolerance, options ) );
1045 AggregateMinMaxResponse actualResponse_ = SubmitRequest<AggregateMinMaxResponse>(
"/aggregate/minmax", request_,
false);
1047 return actualResponse_;
1066 IDictionary<string, string> options = null )
1087 return actualResponse_;
1107 IDictionary<string, string> options = null )
1170 AggregateStatisticsResponse actualResponse_ = SubmitRequest<AggregateStatisticsResponse>(
"/aggregate/statistics", request_,
false);
1172 return actualResponse_;
1343 IDictionary<string, string> options = null )
1391 return actualResponse_;
1477 string select_expression,
1479 string value_column_name,
1484 IDictionary<string, string> options = null )
1552 RawAggregateUniqueResponse actualResponse_ = SubmitRequest<RawAggregateUniqueResponse>(
"/aggregate/unique", request_,
false);
1555 response_.table_name = actualResponse_.
table_name;
1758 IDictionary<string, string> options = null )
1761 offset, limit, options ) );
1795 response_.table_name = actualResponse_.
table_name;
1970 IList<string> column_names,
1971 string variable_column_name,
1972 string value_column_name,
1973 IList<string> pivoted_columns,
1974 IDictionary<string, string> options = null )
1978 variable_column_name,
1980 pivoted_columns, options ) );
2004 return actualResponse_;
2198 IDictionary<string, string> options = null )
2201 property_updates_map,
2258 AlterTableResponse actualResponse_ = SubmitRequest<AlterTableResponse>(
"/alter/table", request_,
false);
2260 return actualResponse_;
2615 IDictionary<string, string> options = null )
2635 AlterTableMetadataResponse actualResponse_ = SubmitRequest<AlterTableMetadataResponse>(
"/alter/table/metadata", request_,
false);
2637 return actualResponse_;
2662 IDictionary<string, string> metadata_map,
2663 IDictionary<string, string> options = null )
2681 AlterUserResponse actualResponse_ = SubmitRequest<AlterUserResponse>(
"/alter/user", request_,
false);
2683 return actualResponse_;
2713 IDictionary<string, string> options = null )
2736 AppendRecordsResponse actualResponse_ = SubmitRequest<AppendRecordsResponse>(
"/append/records", request_,
false);
2738 return actualResponse_;
2859 string source_table_name,
2860 IDictionary<string, string> field_map,
2861 IDictionary<string, string> options = null )
2864 field_map, options ) );
2882 ClearTableResponse actualResponse_ = SubmitRequest<ClearTableResponse>(
"/clear/table", request_,
false);
2884 return actualResponse_;
2931 string authorization =
"",
2932 IDictionary<string, string> options = null )
2950 ClearTableMonitorResponse actualResponse_ = SubmitRequest<ClearTableMonitorResponse>(
"/clear/tablemonitor", request_,
false);
2952 return actualResponse_;
2969 IDictionary<string, string> options = null )
2988 ClearTriggerResponse actualResponse_ = SubmitRequest<ClearTriggerResponse>(
"/clear/trigger", request_,
false);
2990 return actualResponse_;
3008 IDictionary<string, string> options = null )
3029 CreateJobResponse actualResponse_ = SubmitRequest<CreateJobResponse>(
"/create/job", request_,
false);
3031 return actualResponse_;
3087 string request_encoding,
3090 IDictionary<string, string> options = null )
3093 data_str, options ) );
3113 CreateJoinTableResponse actualResponse_ = SubmitRequest<CreateJoinTableResponse>(
"/create/jointable", request_,
false);
3115 return actualResponse_;
3301 IList<string> table_names,
3302 IList<string> column_names,
3303 IList<string> expressions = null,
3304 IDictionary<string, string> options = null )
3307 table_names, column_names,
3308 expressions, options ) );
3335 return actualResponse_;
3452 IDictionary<string, string> options = null )
3473 CreateProcResponse actualResponse_ = SubmitRequest<CreateProcResponse>(
"/create/proc", request_,
false);
3475 return actualResponse_;
3549 IDictionary<
string, byte[]> files = null,
3550 string command =
"",
3551 IList<string> args = null,
3552 IDictionary<string, string> options = null )
3555 command, args, options ) );
3591 CreateProjectionResponse actualResponse_ = SubmitRequest<CreateProjectionResponse>(
"/create/projection", request_,
false);
3593 return actualResponse_;
3792 string projection_name,
3793 IList<string> column_names,
3794 IDictionary<string, string> options = null )
3798 column_names, options ) );
3812 CreateRoleResponse actualResponse_ = SubmitRequest<CreateRoleResponse>(
"/create/role", request_,
false);
3814 return actualResponse_;
3831 IDictionary<string, string> options = null )
3859 CreateTableResponse actualResponse_ = SubmitRequest<CreateTableResponse>(
"/create/table", request_,
false);
3861 return actualResponse_;
4046 IDictionary<string, string> options = null )
4074 CreateTableMonitorResponse actualResponse_ = SubmitRequest<CreateTableMonitorResponse>(
"/create/tablemonitor", request_,
false);
4076 return actualResponse_;
4103 IDictionary<string, string> options = null )
4137 CreateTriggerByAreaResponse actualResponse_ = SubmitRequest<CreateTriggerByAreaResponse>(
"/create/trigger/byarea", request_,
false);
4139 return actualResponse_;
4188 IList<string> table_names,
4189 string x_column_name,
4190 IList<double> x_vector,
4191 string y_column_name,
4192 IList<double> y_vector,
4193 IDictionary<string, string> options = null )
4200 y_vector, options ) );
4228 CreateTriggerByRangeResponse actualResponse_ = SubmitRequest<CreateTriggerByRangeResponse>(
"/create/trigger/byrange", request_,
false);
4230 return actualResponse_;
4268 IList<string> table_names,
4272 IDictionary<string, string> options = null )
4332 CreateTypeResponse actualResponse_ = SubmitRequest<CreateTypeResponse>(
"/create/type", request_,
false);
4334 SetDecoderIfMissing( actualResponse_.
type_id,
4335 actualResponse_.
label,
4338 return actualResponse_;
4628 IDictionary<
string, IList<string>> properties = null,
4629 IDictionary<string, string> options = null )
4678 CreateUnionResponse actualResponse_ = SubmitRequest<CreateUnionResponse>(
"/create/union", request_,
false);
4680 return actualResponse_;
4904 IList<string> table_names,
4905 IList<IList<string>> input_column_names,
4906 IList<string> output_column_names,
4907 IDictionary<string, string> options = null )
4911 output_column_names, options ) );
4926 CreateUserExternalResponse actualResponse_ = SubmitRequest<CreateUserExternalResponse>(
"/create/user/external", request_,
false);
4928 return actualResponse_;
4945 IDictionary<string, string> options = null )
4962 CreateUserInternalResponse actualResponse_ = SubmitRequest<CreateUserInternalResponse>(
"/create/user/internal", request_,
false);
4964 return actualResponse_;
4985 IDictionary<string, string> options = null )
5003 DeleteProcResponse actualResponse_ = SubmitRequest<DeleteProcResponse>(
"/delete/proc", request_,
false);
5005 return actualResponse_;
5021 IDictionary<string, string> options = null )
5046 DeleteRecordsResponse actualResponse_ = SubmitRequest<DeleteRecordsResponse>(
"/delete/records", request_,
false);
5048 return actualResponse_;
5120 IList<string> expressions,
5121 IDictionary<string, string> options = null )
5138 DeleteRoleResponse actualResponse_ = SubmitRequest<DeleteRoleResponse>(
"/delete/role", request_,
false);
5140 return actualResponse_;
5155 IDictionary<string, string> options = null )
5171 DeleteUserResponse actualResponse_ = SubmitRequest<DeleteUserResponse>(
"/delete/user", request_,
false);
5173 return actualResponse_;
5188 IDictionary<string, string> options = null )
5205 ExecuteProcResponse actualResponse_ = SubmitRequest<ExecuteProcResponse>(
"/execute/proc", request_,
false);
5207 return actualResponse_;
5292 IDictionary<string, string> _params = null,
5293 IDictionary<
string, byte[]> bin_params = null,
5294 IList<string> input_table_names = null,
5295 IDictionary<
string, IList<string>> input_column_names = null,
5296 IList<string> output_table_names = null,
5297 IDictionary<string, string> options = null )
5302 output_table_names, options ) );
5326 FilterResponse actualResponse_ = SubmitRequest<FilterResponse>(
"/filter", request_,
false);
5328 return actualResponse_;
5390 IDictionary<string, string> options = null )
5413 FilterByAreaResponse actualResponse_ = SubmitRequest<FilterByAreaResponse>(
"/filter/byarea", request_,
false);
5415 return actualResponse_;
5464 string x_column_name,
5465 IList<double> x_vector,
5466 string y_column_name,
5467 IList<double> y_vector,
5468 IDictionary<string, string> options = null )
5471 x_column_name, x_vector,
5472 y_column_name, y_vector, options ) );
5494 FilterByAreaGeometryResponse actualResponse_ = SubmitRequest<FilterByAreaGeometryResponse>(
"/filter/byarea/geometry", request_,
false);
5496 return actualResponse_;
5543 IList<double> x_vector,
5544 IList<double> y_vector,
5545 IDictionary<string, string> options = null )
5573 FilterByBoxResponse actualResponse_ = SubmitRequest<FilterByBoxResponse>(
"/filter/bybox", request_,
false);
5575 return actualResponse_;
5628 string x_column_name,
5631 string y_column_name,
5634 IDictionary<string, string> options = null )
5637 x_column_name, min_x, max_x,
5638 y_column_name, min_y, max_y,
5660 FilterByBoxGeometryResponse actualResponse_ = SubmitRequest<FilterByBoxGeometryResponse>(
"/filter/bybox/geometry", request_,
false);
5662 return actualResponse_;
5719 IDictionary<string, string> options = null )
5743 FilterByGeometryResponse actualResponse_ = SubmitRequest<FilterByGeometryResponse>(
"/filter/bygeometry", request_,
false);
5745 return actualResponse_;
5842 IDictionary<string, string> options = null )
5845 column_name, input_wkt,
5846 operation, options ) );
5876 FilterByListResponse actualResponse_ = SubmitRequest<FilterByListResponse>(
"/filter/bylist", request_,
false);
5878 return actualResponse_;
5952 IDictionary<
string, IList<string>> column_values_map,
5953 IDictionary<string, string> options = null )
5956 column_values_map, options ) );
5982 FilterByRadiusResponse actualResponse_ = SubmitRequest<FilterByRadiusResponse>(
"/filter/byradius", request_,
false);
5984 return actualResponse_;
6041 string x_column_name,
6043 string y_column_name,
6046 IDictionary<string, string> options = null )
6049 x_column_name, x_center,
6050 y_column_name, y_center,
6051 radius, options ) );
6075 return actualResponse_;
6129 IDictionary<string, string> options = null )
6164 FilterByRangeResponse actualResponse_ = SubmitRequest<FilterByRangeResponse>(
"/filter/byrange", request_,
false);
6166 return actualResponse_;
6218 IDictionary<string, string> options = null )
6221 column_name, lower_bound,
6222 upper_bound, options ) );
6250 FilterBySeriesResponse actualResponse_ = SubmitRequest<FilterBySeriesResponse>(
"/filter/byseries", request_,
false);
6252 return actualResponse_;
6340 IList<string> target_track_ids,
6341 IDictionary<string, string> options = null )
6344 track_id, target_track_ids,
6364 FilterByStringResponse actualResponse_ = SubmitRequest<FilterByStringResponse>(
"/filter/bystring", request_,
false);
6366 return actualResponse_;
6468 IList<string> column_names,
6469 IDictionary<string, string> options = null )
6473 column_names, options ) );
6497 FilterByTableResponse actualResponse_ = SubmitRequest<FilterByTableResponse>(
"/filter/bytable", request_,
false);
6499 return actualResponse_;
6646 string source_table_name,
6647 string source_table_column_name,
6648 IDictionary<string, string> options = null )
6653 source_table_column_name,
6678 FilterByValueResponse actualResponse_ = SubmitRequest<FilterByValueResponse>(
"/filter/byvalue", request_,
false);
6680 return actualResponse_;
6732 IDictionary<string, string> options = null )
6735 is_string, _value, value_str,
6736 column_name, options ) );
6749 GetJobResponse actualResponse_ = SubmitRequest<GetJobResponse>(
"/get/job", request_,
false);
6751 return actualResponse_;
6765 IDictionary<string, string> options = null )
6795 RawGetRecordsResponse actualResponse_ = SubmitRequest<RawGetRecordsResponse>(
"/get/records", request_,
false);
6799 response_.type_name = actualResponse_.
type_name;
6800 response_.type_schema = actualResponse_.
type_schema;
6801 response_.data =
new List<T>();
6900 IDictionary<string, string> options = null ) where T :
new()
6941 response_.table_name = actualResponse_.
table_name;
7051 IList<string> column_names,
7054 IDictionary<string, string> options = null )
7095 response_.type_names = actualResponse_.
type_names;
7097 response_.data =
new List<IList<T>>();
7144 string world_table_name,
7147 IDictionary<string, string> options = null ) where T :
new()
7183 response_.type_names = actualResponse_.
type_names;
7184 response_.data =
new List<T>();
7186 response_.record_ids = actualResponse_.
record_ids;
7246 IDictionary<string, string> options = null ) where T :
new()
7269 return actualResponse_;
7307 IDictionary<string, string> options = null )
7326 GrantPermissionTableResponse actualResponse_ = SubmitRequest<GrantPermissionTableResponse>(
"/grant/permission/table", request_,
false);
7328 return actualResponse_;
7382 string filter_expression =
"",
7383 IDictionary<string, string> options = null )
7403 GrantRoleResponse actualResponse_ = SubmitRequest<GrantRoleResponse>(
"/grant/role", request_,
false);
7405 return actualResponse_;
7424 IDictionary<string, string> options = null )
7441 HasProcResponse actualResponse_ = SubmitRequest<HasProcResponse>(
"/has/proc", request_,
false);
7443 return actualResponse_;
7459 IDictionary<string, string> options = null )
7476 HasTableResponse actualResponse_ = SubmitRequest<HasTableResponse>(
"/has/table", request_,
false);
7478 return actualResponse_;
7494 IDictionary<string, string> options = null )
7510 HasTypeResponse actualResponse_ = SubmitRequest<HasTypeResponse>(
"/has/type", request_,
false);
7512 return actualResponse_;
7527 IDictionary<string, string> options = null )
7560 InsertRecordsResponse actualResponse_ = SubmitRequest<InsertRecordsResponse>(
"/insert/records", request_,
true);
7562 return actualResponse_;
7596 actualRequest_.
table_name = request_.table_name;
7597 foreach (var thisObj
in request_.data) actualRequest_.list.Add( AvroEncode( thisObj ) );
7598 actualRequest_.options = request_.options;
7599 InsertRecordsResponse actualResponse_ = SubmitRequest<InsertRecordsResponse>(
"/insert/records", actualRequest_,
true);
7601 return actualResponse_;
7689 IDictionary<string, string> options = null )
7714 InsertRecordsRandomResponse actualResponse_ = SubmitRequest<InsertRecordsRandomResponse>(
"/insert/records/random", request_,
false);
7716 return actualResponse_;
7965 IDictionary<
string, IDictionary<string, double>> options = null )
7992 InsertSymbolResponse actualResponse_ = SubmitRequest<InsertSymbolResponse>(
"/insert/symbol", request_,
false);
7994 return actualResponse_;
8052 string symbol_format,
8054 IDictionary<string, string> options = null )
8057 symbol_data, options ) );
8071 KillProcResponse actualResponse_ = SubmitRequest<KillProcResponse>(
"/kill/proc", request_,
false);
8073 return actualResponse_;
8090 IDictionary<string, string> options = null )
8115 LockTableResponse actualResponse_ = SubmitRequest<LockTableResponse>(
"/lock/table", request_,
false);
8117 return actualResponse_;
8174 IDictionary<string, string> options = null )
8211 MergeRecordsResponse actualResponse_ = SubmitRequest<MergeRecordsResponse>(
"/merge/records", request_,
false);
8213 return actualResponse_;
8339 IList<string> source_table_names,
8340 IList<IDictionary<string, string>> field_maps,
8341 IDictionary<string, string> options = null )
8344 field_maps, options ) );
8355 public AdminReplaceTomResponse adminReplaceTom( AdminReplaceTomRequest request_ )
8357 AdminReplaceTomResponse actualResponse_ = SubmitRequest<AdminReplaceTomResponse>(
"/replace/tom", request_,
false);
8359 return actualResponse_;
8371 public AdminReplaceTomResponse adminReplaceTom(
long old_rank_tom,
8374 return adminReplaceTom(
new AdminReplaceTomRequest( old_rank_tom, new_rank_tom ) );
8392 return actualResponse_;
8432 IDictionary<string, string> options = null )
8453 return actualResponse_;
8506 IDictionary<string, string> options = null )
8526 RevokeRoleResponse actualResponse_ = SubmitRequest<RevokeRoleResponse>(
"/revoke/role", request_,
false);
8528 return actualResponse_;
8548 IDictionary<string, string> options = null )
8564 ShowProcResponse actualResponse_ = SubmitRequest<ShowProcResponse>(
"/show/proc", request_,
false);
8566 return actualResponse_;
8605 IDictionary<string, string> options = null )
8625 ShowProcStatusResponse actualResponse_ = SubmitRequest<ShowProcStatusResponse>(
"/show/proc/status", request_,
false);
8627 return actualResponse_;
8671 IDictionary<string, string> options = null )
8689 ShowSecurityResponse actualResponse_ = SubmitRequest<ShowSecurityResponse>(
"/show/security", request_,
false);
8691 return actualResponse_;
8709 IDictionary<string, string> options = null )
8727 ShowSystemPropertiesResponse actualResponse_ = SubmitRequest<ShowSystemPropertiesResponse>(
"/show/system/properties", request_,
false);
8729 return actualResponse_;
8770 ShowSystemStatusResponse actualResponse_ = SubmitRequest<ShowSystemStatusResponse>(
"/show/system/status", request_,
false);
8772 return actualResponse_;
8804 ShowSystemTimingResponse actualResponse_ = SubmitRequest<ShowSystemTimingResponse>(
"/show/system/timing", request_,
false);
8806 return actualResponse_;
8864 ShowTableResponse actualResponse_ = SubmitRequest<ShowTableResponse>(
"/show/table", request_,
false);
8867 for (
int i_ = 0; i_ < actualResponse_.
type_ids.Count; ++i_ )
8869 SetDecoderIfMissing( actualResponse_.
type_ids[i_],
8875 return actualResponse_;
9020 IDictionary<string, string> options = null )
9037 ShowTableMetadataResponse actualResponse_ = SubmitRequest<ShowTableMetadataResponse>(
"/show/table/metadata", request_,
false);
9039 return actualResponse_;
9055 IDictionary<string, string> options = null )
9075 ShowTablesByTypeResponse actualResponse_ = SubmitRequest<ShowTablesByTypeResponse>(
"/show/tables/bytype", request_,
false);
9077 return actualResponse_;
9100 IDictionary<string, string> options = null )
9117 ShowTriggersResponse actualResponse_ = SubmitRequest<ShowTriggersResponse>(
"/show/triggers", request_,
false);
9119 return actualResponse_;
9136 IDictionary<string, string> options = null )
9155 ShowTypesResponse actualResponse_ = SubmitRequest<ShowTypesResponse>(
"/show/types", request_,
false);
9158 for (
int i_ = 0; i_ < actualResponse_.
type_ids.Count; ++i_ )
9160 SetDecoderIfMissing( actualResponse_.
type_ids[i_],
9161 actualResponse_.
labels[i_],
9166 return actualResponse_;
9208 IDictionary<string, string> options = null )
9247 UpdateRecordsResponse actualResponse_ = SubmitRequest<UpdateRecordsResponse>(
"/update/records", request_,
true);
9249 return actualResponse_;
9289 actualRequest_.
table_name = request_.table_name;
9290 actualRequest_.
expressions = request_.expressions;
9292 foreach (var thisObj
in request_.data) actualRequest_.records_to_insert.Add( AvroEncode( thisObj ) );
9293 actualRequest_.options = request_.options;
9294 UpdateRecordsResponse actualResponse_ = SubmitRequest<UpdateRecordsResponse>(
"/update/records", actualRequest_,
true);
9296 return actualResponse_;
9433 IList<string> expressions,
9434 IList<IDictionary<string, string>> new_values_maps,
9435 IList<T> data = null,
9436 IDictionary<string, string> options = null )
9439 new_values_maps, data,
9461 return actualResponse_;
9486 string world_table_name,
9487 string view_name =
"",
9488 IList<string> reserved = null,
9489 IDictionary<string, string> options = null )
9506 public VisualizeImageResponse visualizeImage( VisualizeImageRequest request_ )
9508 VisualizeImageResponse actualResponse_ = SubmitRequest<VisualizeImageResponse>(
"/visualize/image", request_,
false);
9510 return actualResponse_;
9893 public VisualizeImageResponse visualizeImage( IList<string> table_names,
9894 IList<string> world_table_names,
9895 string x_column_name,
9896 string y_column_name,
9897 string geometry_column_name,
9898 IList<IList<string>> track_ids,
9907 IDictionary<
string, IList<string>> style_options,
9908 IDictionary<string, string> options = null )
9910 return visualizeImage(
new VisualizeImageRequest( table_names,
9914 geometry_column_name,
9915 track_ids, min_x, max_x,
9916 min_y, max_y, width, height,
9917 projection, bg_color,
9918 style_options, options ) );
9939 VisualizeImageChartResponse actualResponse_ = SubmitRequest<VisualizeImageChartResponse>(
"/visualize/image/chart", request_,
false);
9941 return actualResponse_;
10169 IList<string> x_column_names,
10170 IList<string> y_column_names,
10178 IDictionary<
string, IList<string>> style_options,
10179 IDictionary<string, string> options = null )
10200 public VisualizeImageClassbreakResponse visualizeImageClassbreak( VisualizeImageClassbreakRequest request_ )
10202 VisualizeImageClassbreakResponse actualResponse_ = SubmitRequest<VisualizeImageClassbreakResponse>(
"/visualize/image/classbreak", request_,
false);
10204 return actualResponse_;
10582 public VisualizeImageClassbreakResponse visualizeImageClassbreak( IList<string> table_names,
10583 IList<string> world_table_names,
10584 string x_column_name,
10585 string y_column_name,
10586 string geometry_column_name,
10587 IList<IList<string>> track_ids,
10589 IList<string> cb_vals,
10590 string cb_pointcolor_attr,
10591 IList<string> cb_pointcolor_vals,
10592 string cb_pointsize_attr,
10593 IList<string> cb_pointsize_vals,
10594 string cb_pointshape_attr,
10595 IList<string> cb_pointshape_vals,
10604 IDictionary<
string, IList<string>> style_options,
10605 IDictionary<string, string> options = null )
10607 return visualizeImageClassbreak(
new VisualizeImageClassbreakRequest(
10612 geometry_column_name,
10616 cb_pointcolor_attr,
10617 cb_pointcolor_vals,
10620 cb_pointshape_attr,
10621 cb_pointshape_vals,
10643 public VisualizeImageContourResponse visualizeImageContour( VisualizeImageContourRequest request_ )
10645 VisualizeImageContourResponse actualResponse_ = SubmitRequest<VisualizeImageContourResponse>(
"/visualize/image/contour", request_,
false);
10647 return actualResponse_;
11190 public VisualizeImageContourResponse visualizeImageContour( IList<string> table_names,
11191 string x_column_name,
11192 string y_column_name,
11193 string value_column_name,
11201 IDictionary<string, string> style_options,
11202 IDictionary<string, string> options = null )
11204 return visualizeImageContour(
new VisualizeImageContourRequest( table_names,
11225 public VisualizeImageHeatmapResponse visualizeImageHeatmap( VisualizeImageHeatmapRequest request_ )
11227 VisualizeImageHeatmapResponse actualResponse_ = SubmitRequest<VisualizeImageHeatmapResponse>(
"/visualize/image/heatmap", request_,
false);
11229 return actualResponse_;
11627 public VisualizeImageHeatmapResponse visualizeImageHeatmap( IList<string> table_names,
11628 string x_column_name,
11629 string y_column_name,
11630 string value_column_name,
11631 string geometry_column_name,
11639 IDictionary<string, string> style_options,
11640 IDictionary<string, string> options = null )
11642 return visualizeImageHeatmap(
new VisualizeImageHeatmapRequest( table_names,
11646 geometry_column_name,
11664 public VisualizeImageLabelsResponse visualizeImageLabels( VisualizeImageLabelsRequest request_ )
11666 VisualizeImageLabelsResponse actualResponse_ = SubmitRequest<VisualizeImageLabelsResponse>(
"/visualize/image/labels", request_,
false);
11668 return actualResponse_;
11745 public VisualizeImageLabelsResponse visualizeImageLabels(
string table_name,
11746 string x_column_name,
11747 string y_column_name,
11750 string text_string,
11756 string draw_leader,
11760 string leader_x_column_name,
11761 string leader_y_column_name,
11769 string projection = VisualizeImageLabelsRequest.Projection.PLATE_CARREE,
11770 IDictionary<string, string> options = null )
11772 return visualizeImageLabels(
new VisualizeImageLabelsRequest( table_name,
11787 leader_x_column_name,
11788 leader_y_column_name,
11806 public VisualizeVideoResponse visualizeVideo( VisualizeVideoRequest request_ )
11808 VisualizeVideoResponse actualResponse_ = SubmitRequest<VisualizeVideoResponse>(
"/visualize/video", request_,
false);
11810 return actualResponse_;
12117 public VisualizeVideoResponse visualizeVideo( IList<string> table_names,
12118 IList<string> world_table_names,
12119 IList<IList<string>> track_ids,
12120 string x_column_name,
12121 string y_column_name,
12122 string geometry_column_name,
12131 IList<IList<double>> time_intervals,
12132 string video_style,
12133 string session_key,
12134 IDictionary<
string, IList<string>> style_options,
12135 IDictionary<string, string> options = null )
12137 return visualizeVideo(
new VisualizeVideoRequest( table_names,
12139 track_ids, x_column_name,
12141 geometry_column_name, min_x,
12142 max_x, min_y, max_y, width,
12143 height, projection,
12144 bg_color, time_intervals,
12145 video_style, session_key,
12146 style_options, options ) );
12158 public VisualizeVideoHeatmapResponse visualizeVideoHeatmap( VisualizeVideoHeatmapRequest request_ )
12160 VisualizeVideoHeatmapResponse actualResponse_ = SubmitRequest<VisualizeVideoHeatmapResponse>(
"/visualize/video/heatmap", request_,
false);
12162 return actualResponse_;
12302 public VisualizeVideoHeatmapResponse visualizeVideoHeatmap( IList<string> table_names,
12303 string x_column_name,
12304 string y_column_name,
12309 IList<IList<double>> time_intervals,
12313 string video_style,
12314 string session_key,
12315 IDictionary<string, string> style_options,
12316 IDictionary<string, string> options = null )
12318 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.
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 tables, views, and collections.
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>).
IList< byte[]> records_binary
If the was 'binary', then this list contains the binary encoded records retrieved from the table...
IList< string > expressions
A list of the actual predicates, one for each update; format should follow the guidelines /filter...
CreateUnionResponse createUnion(CreateUnionRequest request_)
Merges data from one or more tables with comparable data types into a new table.
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.
VisualizeImageChartResponse visualizeImageChart(string table_name, IList< string > x_column_names, IList< string > y_column_names, 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 results returned by Kinetica.createTableMonitor(string,IDictionary<string, string>).
CreateJobResponse createJob(CreateJobRequest request_)
Create a job which will run asynchronously.
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.
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.
RevokeRoleResponse revokeRole(string role, string member, IDictionary< string, string > options=null)
Revokes membership in a role 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,IList<string>,IList<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">.
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,IList<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...
GrantPermissionSystemResponse grantPermissionSystem(GrantPermissionSystemRequest request_)
Grants a system-level permission to a user or role.
CreateJobResponse createJob(string endpoint, string request_encoding, byte[] data, string data_str, IDictionary< string, string > options=null)
Create a job which will run asynchronously.
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.
RevokePermissionTableResponse revokePermissionTable(string name, string permission, string table_name, IDictionary< string, string > options=null)
Revokes a table-level permission from a user or role.
A set of parameters for Kinetica.createMaterializedView(string,IDictionary<string, string>).
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,IList<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.
CreateMaterializedViewResponse createMaterializedView(CreateMaterializedViewRequest request_)
Initiates the process of creating a materialized view, reserving the view's name to prevent other vie...
GetJobResponse getJob(int job_id, IDictionary< string, string > options=null)
A unique identifier for the job whose status and result is to be fetched.
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.
RevokePermissionSystemResponse revokePermissionSystem(string name, string permission, IDictionary< string, string > options=null)
Revokes a system-level permission from a user or role.
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>).
GrantRoleResponse grantRole(string role, string member, IDictionary< string, string > options=null)
Grants membership in a role to a user or role.
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.
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>).
CreateUserInternalResponse createUserInternal(string name, string password, IDictionary< string, string > options=null)
Creates a new internal user (a user whose credentials are managed by the database system)...
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)
Merges data from one or more tables with comparable data types into a new table.
CreateTableResponse createTable(string table_name, string type_id, IDictionary< string, string > options=null)
Creates a new table or collection.
CreateMaterializedViewResponse createMaterializedView(string table_name, IDictionary< string, string > options=null)
Initiates the process of creating a materialized view, reserving the view's name to prevent other vie...
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>).
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>).
A set of results returned by Kinetica.createMaterializedView(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>).
CreateJoinTableResponse createJoinTable(string join_table_name, IList< string > table_names, IList< string > column_names, IList< string > expressions=null, IDictionary< string, string > options=null)
Creates a table that is the result of a SQL JOIN.
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...
GetJobResponse getJob(GetJobRequest request_)
Request object containing the parameters for the operation.
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...
A set of results returned by Kinetica.createJob(string,string,byte[],string,IDictionary<string, string>).
FilterByRangeResponse filterByRange(FilterByRangeRequest request_)
Calculates which objects from a table have a column that is within the given bounds.
CreateTriggerByRangeResponse createTriggerByRange(CreateTriggerByRangeRequest request_)
Sets up a simple range trigger for a column_name for one or more tables.
AdminShowAlertsResponse adminShowAlerts(int num_alerts, IDictionary< string, string > options=null)
Retrieves a list of the most recent alerts generated.
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,IList<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>).
A set of results returned by Kinetica.filterByArea(string,string,string,IList<double>,string,IList<double>,IDictionary<string, string>).
CreateUserExternalResponse createUserExternal(string name, IDictionary< string, string > options=null)
Creates a new external user (a user whose credentials are managed by an external LDAP).
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>).
AlterUserResponse alterUser(string name, string action, string _value, IDictionary< string, string > options=null)
Alters a user.
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>).
DeleteUserResponse deleteUser(string name, IDictionary< string, string > options=null)
Deletes an existing user.
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 tables, views, and collections.
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>).
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>).
A set of parameters for Kinetica.adminShowAlerts(int,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 ID or type label.
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.
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>).
A set of parameters for Kinetica.createJob(string,string,byte[],string,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).
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.
A set of results returned by Kinetica.getJob(int,IDictionary<string, string>).
GrantPermissionSystemResponse grantPermissionSystem(string name, string permission, IDictionary< string, string > options=null)
Grants a system-level permission to a user or role.
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...
AggregateUnpivotResponse aggregateUnpivot(string table_name, IList< string > column_names, string variable_column_name, string value_column_name, IList< string > pivoted_columns, IDictionary< string, string > options=null)
Rotate the column values into rows values.
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.
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.
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>).
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>).
GrantPermissionTableResponse grantPermissionTable(string name, string permission, string table_name, string filter_expression="", IDictionary< string, string > options=null)
Grants a table-level permission to a user or role.
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>).
AdminShowAlertsResponse adminShowAlerts(AdminShowAlertsRequest request_)
Retrieves a list of the most recent alerts generated.
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 ID or type label.
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.showProcStatus(string,IDictionary<string, string>).
A set of parameters for Kinetica.createUserInternal(string,string,IDictionary<string, string>).
DeleteRoleResponse deleteRole(string name, IDictionary< string, string > options=null)
Deletes an existing role.
A set of parameters for Kinetica.visualizeImageChart(string,IList<string>,IList<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.getJob(int,IDictionary<string, string>).
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>).
ShowSecurityResponse showSecurity(IList< string > names, IDictionary< string, string > options=null)
Shows security information relating to users and/or roles.
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 results returned by Kinetica.adminShowAlerts(int,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 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).
CreateRoleResponse createRole(string name, IDictionary< string, string > options=null)
Creates a new role.
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>).