8 using System.Collections.
Generic;
12 public partial class Kinetica
27 AdminAddHostResponse actualResponse_ = SubmitRequest<AdminAddHostResponse>(
"/admin/add/host", request_,
false);
29 return actualResponse_;
142 IDictionary<string, string> options =
null )
184 AdminAddRanksResponse actualResponse_ = SubmitRequest<AdminAddRanksResponse>(
"/admin/add/ranks", request_,
false);
186 return actualResponse_;
285 IList<IDictionary<string, string>> config_params,
286 IDictionary<string, string> options =
null )
302 AdminAlterHostResponse actualResponse_ = SubmitRequest<AdminAlterHostResponse>(
"/admin/alter/host", request_,
false);
304 return actualResponse_;
347 IDictionary<string, string> options =
null )
367 AdminAlterJobsResponse actualResponse_ = SubmitRequest<AdminAlterJobsResponse>(
"/admin/alter/jobs", request_,
false);
369 return actualResponse_;
407 IDictionary<string, string> options =
null )
426 AdminBackupBeginResponse actualResponse_ = SubmitRequest<AdminBackupBeginResponse>(
"/admin/backup/begin", request_,
false);
428 return actualResponse_;
458 AdminBackupEndResponse actualResponse_ = SubmitRequest<AdminBackupEndResponse>(
"/admin/backup/end", request_,
false);
460 return actualResponse_;
487 AdminHaOfflineResponse actualResponse_ = SubmitRequest<AdminHaOfflineResponse>(
"/admin/ha/offline", request_,
false);
489 return actualResponse_;
512 IDictionary<string, string> options =
null )
528 AdminHaRefreshResponse actualResponse_ = SubmitRequest<AdminHaRefreshResponse>(
"/admin/ha/refresh", request_,
false);
530 return actualResponse_;
558 AdminOfflineResponse actualResponse_ = SubmitRequest<AdminOfflineResponse>(
"/admin/offline", request_,
false);
560 return actualResponse_;
604 IDictionary<string, string> options =
null )
645 AdminRebalanceResponse actualResponse_ = SubmitRequest<AdminRebalanceResponse>(
"/admin/rebalance", request_,
false);
647 return actualResponse_;
902 AdminRemoveHostResponse actualResponse_ = SubmitRequest<AdminRemoveHostResponse>(
"/admin/remove/host", request_,
false);
904 return actualResponse_;
954 IDictionary<string, string> options =
null )
988 AdminRemoveRanksResponse actualResponse_ = SubmitRequest<AdminRemoveRanksResponse>(
"/admin/remove/ranks", request_,
false);
990 return actualResponse_;
1106 IDictionary<string, string> options =
null )
1120 AdminRepairTableResponse actualResponse_ = SubmitRequest<AdminRepairTableResponse>(
"/admin/repair/table", request_,
false);
1122 return actualResponse_;
1201 IDictionary<string, string> table_types,
1202 IDictionary<string, string> options =
null )
1205 table_types, options ) );
1217 AdminSendAlertResponse actualResponse_ = SubmitRequest<AdminSendAlertResponse>(
"/admin/send/alert", request_,
false);
1219 return actualResponse_;
1265 IDictionary<string, string> options =
null )
1280 AdminShowAlertsResponse actualResponse_ = SubmitRequest<AdminShowAlertsResponse>(
"/admin/show/alerts", request_,
false);
1282 return actualResponse_;
1297 IDictionary<string, string> options =
null )
1317 return actualResponse_;
1335 IDictionary<string, string> options =
null )
1349 AdminShowJobsResponse actualResponse_ = SubmitRequest<AdminShowJobsResponse>(
"/admin/show/jobs", request_,
false);
1351 return actualResponse_;
1427 AdminShowShardsResponse actualResponse_ = SubmitRequest<AdminShowShardsResponse>(
"/admin/show/shards", request_,
false);
1429 return actualResponse_;
1455 AdminShutdownResponse actualResponse_ = SubmitRequest<AdminShutdownResponse>(
"/admin/shutdown", request_,
false);
1457 return actualResponse_;
1471 string authorization,
1472 IDictionary<string, string> options =
null )
1491 AdminSwitchoverResponse actualResponse_ = SubmitRequest<AdminSwitchoverResponse>(
"/admin/switchover", request_,
false);
1493 return actualResponse_;
1553 IList<string> destinations,
1554 IDictionary<string, string> options =
null )
1571 AdminVerifyDbResponse actualResponse_ = SubmitRequest<AdminVerifyDbResponse>(
"/admin/verifydb", request_,
false);
1573 return actualResponse_;
1807 AggregateConvexHullResponse actualResponse_ = SubmitRequest<AggregateConvexHullResponse>(
"/aggregate/convexhull", request_,
false);
1809 return actualResponse_;
1831 string x_column_name,
1832 string y_column_name,
1833 IDictionary<string, string> options =
null )
1922 response_.
info = actualResponse_.
info;
2429 IList<string> column_names,
2432 IDictionary<string, string> options =
null )
2435 column_names, offset,
2465 AggregateHistogramResponse actualResponse_ = SubmitRequest<AggregateHistogramResponse>(
"/aggregate/histogram", request_,
false);
2467 return actualResponse_;
2543 IDictionary<string, string> options =
null )
2570 AggregateKMeansResponse actualResponse_ = SubmitRequest<AggregateKMeansResponse>(
"/aggregate/kmeans", request_,
false);
2572 return actualResponse_;
2719 IList<string> column_names,
2722 IDictionary<string, string> options =
null )
2725 k, tolerance, options ) );
2737 AggregateMinMaxResponse actualResponse_ = SubmitRequest<AggregateMinMaxResponse>(
"/aggregate/minmax", request_,
false);
2739 return actualResponse_;
2758 IDictionary<string, string> options =
null )
2776 return actualResponse_;
2796 IDictionary<string, string> options =
null )
2876 AggregateStatisticsResponse actualResponse_ = SubmitRequest<AggregateStatisticsResponse>(
"/aggregate/statistics", request_,
false);
2878 return actualResponse_;
3089 IDictionary<string, string> options =
null )
3134 return actualResponse_;
3225 string select_expression,
3227 string value_column_name,
3232 IDictionary<string, string> options =
null )
3290 RawAggregateUniqueResponse actualResponse_ = SubmitRequest<RawAggregateUniqueResponse>(
"/aggregate/unique", request_,
false);
3296 response_.
info = actualResponse_.
info;
3607 IDictionary<string, string> options =
null )
3610 offset, limit, options ) );
3643 response_.
info = actualResponse_.
info;
3898 IList<string> column_names,
3899 string variable_column_name,
3900 string value_column_name,
3901 IList<string> pivoted_columns,
3902 IDictionary<string, string> options =
null )
3906 variable_column_name,
3908 pivoted_columns, options ) );
3925 AlterBackupResponse actualResponse_ = SubmitRequest<AlterBackupResponse>(
"/alter/backup", request_,
false);
3927 return actualResponse_;
4022 string datasink_name,
4023 IDictionary<string, string> options =
null )
4026 datasink_name, options ) );
4039 AlterCredentialResponse actualResponse_ = SubmitRequest<AlterCredentialResponse>(
"/alter/credential", request_,
false);
4041 return actualResponse_;
4145 IDictionary<string, string> credential_updates_map,
4146 IDictionary<string, string> options )
4149 credential_updates_map,
4163 AlterDatasinkResponse actualResponse_ = SubmitRequest<AlterDatasinkResponse>(
"/alter/datasink", request_,
false);
4165 return actualResponse_;
4616 IDictionary<string, string> datasink_updates_map,
4617 IDictionary<string, string> options )
4633 AlterDatasourceResponse actualResponse_ = SubmitRequest<AlterDatasourceResponse>(
"/alter/datasource", request_,
false);
4635 return actualResponse_;
5085 IDictionary<string, string> datasource_updates_map,
5086 IDictionary<string, string> options )
5089 datasource_updates_map,
5102 AlterDirectoryResponse actualResponse_ = SubmitRequest<AlterDirectoryResponse>(
"/alter/directory", request_,
false);
5104 return actualResponse_;
5129 IDictionary<string, string> directory_updates_map,
5130 IDictionary<string, string> options =
null )
5133 directory_updates_map,
5147 AlterEnvironmentResponse actualResponse_ = SubmitRequest<AlterEnvironmentResponse>(
"/alter/environment", request_,
false);
5149 return actualResponse_;
5237 IDictionary<string, string> options =
null )
5240 action, _value, options ) );
5244 public AlterGraphResponse alterGraph( AlterGraphRequest request_ )
5246 AlterGraphResponse actualResponse_ = SubmitRequest<AlterGraphResponse>(
"/alter/graph", request_,
false);
5248 return actualResponse_;
5253 public AlterGraphResponse alterGraph(
string graph_name,
5256 IDictionary<string, string> options =
null )
5258 return alterGraph(
new AlterGraphRequest( graph_name, action, action_arg,
5264 public AlterModelResponse alterModel( AlterModelRequest request_ )
5266 AlterModelResponse actualResponse_ = SubmitRequest<AlterModelResponse>(
"/alter/model", request_,
false);
5268 return actualResponse_;
5273 public AlterModelResponse alterModel(
string model_name,
5276 IDictionary<string, string> options =
null )
5278 return alterModel(
new AlterModelRequest( model_name, action, _value, options ) );
5291 AlterResourceGroupResponse actualResponse_ = SubmitRequest<AlterResourceGroupResponse>(
"/alter/resourcegroup", request_,
false);
5293 return actualResponse_;
5471 IDictionary<
string, IDictionary<string, string>> tier_attributes =
null,
5473 string adjoining_resource_group =
"",
5474 IDictionary<string, string> options =
null )
5479 adjoining_resource_group,
5491 AlterRoleResponse actualResponse_ = SubmitRequest<AlterRoleResponse>(
"/alter/role", request_,
false);
5493 return actualResponse_;
5530 IDictionary<string, string> options =
null )
5546 AlterSchemaResponse actualResponse_ = SubmitRequest<AlterSchemaResponse>(
"/alter/schema", request_,
false);
5548 return actualResponse_;
5588 IDictionary<string, string> options =
null )
5612 return actualResponse_;
6062 IDictionary<string, string> options =
null )
6125 AlterTableResponse actualResponse_ = SubmitRequest<AlterTableResponse>(
"/alter/table", request_,
false);
6127 return actualResponse_;
6827 IDictionary<string, string> options =
null )
6854 AlterTableColumnsResponse actualResponse_ = SubmitRequest<AlterTableColumnsResponse>(
"/alter/table/columns", request_,
false);
6856 return actualResponse_;
6892 IList<IDictionary<string, string>> column_alterations,
6893 IDictionary<string, string> options )
6912 AlterTableMetadataResponse actualResponse_ = SubmitRequest<AlterTableMetadataResponse>(
"/alter/table/metadata", request_,
false);
6914 return actualResponse_;
6938 IDictionary<string, string> metadata_map,
6939 IDictionary<string, string> options =
null )
6956 AlterTableMonitorResponse actualResponse_ = SubmitRequest<AlterTableMonitorResponse>(
"/alter/tablemonitor", request_,
false);
6958 return actualResponse_;
7017 IDictionary<string, string> monitor_updates_map,
7018 IDictionary<string, string> options =
null )
7021 monitor_updates_map,
7043 AlterTierResponse actualResponse_ = SubmitRequest<AlterTierResponse>(
"/alter/tier", request_,
false);
7045 return actualResponse_;
7139 IDictionary<string, string> options =
null )
7152 AlterUserResponse actualResponse_ = SubmitRequest<AlterUserResponse>(
"/alter/user", request_,
false);
7154 return actualResponse_;
7222 IDictionary<string, string> options =
null )
7235 AlterVideoResponse actualResponse_ = SubmitRequest<AlterVideoResponse>(
"/alter/video", request_,
false);
7237 return actualResponse_;
7257 IDictionary<string, string> options =
null )
7271 AlterWalResponse actualResponse_ = SubmitRequest<AlterWalResponse>(
"/alter/wal", request_,
false);
7273 return actualResponse_;
7450 IDictionary<string, string> options =
null )
7471 AppendRecordsResponse actualResponse_ = SubmitRequest<AppendRecordsResponse>(
"/append/records", request_,
false);
7473 return actualResponse_;
7688 string source_table_name,
7689 IDictionary<string, string> field_map,
7690 IDictionary<string, string> options =
null )
7693 field_map, options ) );
7714 CheckTableResponse actualResponse_ = SubmitRequest<CheckTableResponse>(
"/check/table", request_,
false);
7716 return actualResponse_;
7787 IDictionary<string, string> options =
null )
7801 ClearStatisticsResponse actualResponse_ = SubmitRequest<ClearStatisticsResponse>(
"/clear/statistics", request_,
false);
7803 return actualResponse_;
7823 string column_name =
"",
7824 IDictionary<string, string> options =
null )
7843 ClearTableResponse actualResponse_ = SubmitRequest<ClearTableResponse>(
"/clear/table", request_,
false);
7845 return actualResponse_;
7899 string authorization =
"",
7900 IDictionary<string, string> options =
null )
7915 ClearTableMonitorResponse actualResponse_ = SubmitRequest<ClearTableMonitorResponse>(
"/clear/tablemonitor", request_,
false);
7917 return actualResponse_;
7988 IDictionary<string, string> options =
null )
8005 ClearTablesResponse actualResponse_ = SubmitRequest<ClearTablesResponse>(
"/clear/tables", request_,
false);
8007 return actualResponse_;
8058 IDictionary<string, string> options =
null )
8075 ClearTriggerResponse actualResponse_ = SubmitRequest<ClearTriggerResponse>(
"/clear/trigger", request_,
false);
8077 return actualResponse_;
8093 IDictionary<string, string> options =
null )
8107 CollectStatisticsResponse actualResponse_ = SubmitRequest<CollectStatisticsResponse>(
"/collect/statistics", request_,
false);
8109 return actualResponse_;
8128 IList<string> column_names,
8129 IDictionary<string, string> options =
null )
8132 column_names, options ) );
8150 CreateBackupResponse actualResponse_ = SubmitRequest<CreateBackupResponse>(
"/create/backup", request_,
false);
8152 return actualResponse_;
8457 IDictionary<string, string> backup_objects_map,
8458 string datasink_name,
8459 IDictionary<string, string> options =
null )
8463 datasink_name, options ) );
8476 CreateCatalogResponse actualResponse_ = SubmitRequest<CreateCatalogResponse>(
"/create/catalog", request_,
false);
8478 return actualResponse_;
8549 string table_format,
8554 IDictionary<string, string> options =
null )
8557 type, credential, datasource,
8562 public CreateContainerRegistryResponse createContainerRegistry( CreateContainerRegistryRequest request_ )
8564 CreateContainerRegistryResponse actualResponse_ = SubmitRequest<CreateContainerRegistryResponse>(
"/create/container/registry", request_,
false);
8566 return actualResponse_;
8571 public CreateContainerRegistryResponse createContainerRegistry(
string registry_name,
8574 IDictionary<string, string> options =
null )
8576 return createContainerRegistry(
new CreateContainerRegistryRequest( registry_name,
8592 CreateCredentialResponse actualResponse_ = SubmitRequest<CreateCredentialResponse>(
"/create/credential", request_,
false);
8594 return actualResponse_;
8697 IDictionary<string, string> options =
null )
8715 CreateDatasinkResponse actualResponse_ = SubmitRequest<CreateDatasinkResponse>(
"/create/datasink", request_,
false);
8717 return actualResponse_;
9120 IDictionary<string, string> options =
null )
9136 CreateDatasourceResponse actualResponse_ = SubmitRequest<CreateDatasourceResponse>(
"/create/datasource", request_,
false);
9138 return actualResponse_;
9577 IDictionary<string, string> options =
null )
9580 user_name, password,
9585 public CreateDeltaTableResponse createDeltaTable( CreateDeltaTableRequest request_ )
9587 CreateDeltaTableResponse actualResponse_ = SubmitRequest<CreateDeltaTableResponse>(
"/create/deltatable", request_,
false);
9589 return actualResponse_;
9594 public CreateDeltaTableResponse createDeltaTable(
string delta_table_name,
9596 IDictionary<string, string> options =
null )
9598 return createDeltaTable(
new CreateDeltaTableRequest( delta_table_name,
9599 table_name, options ) );
9616 CreateDirectoryResponse actualResponse_ = SubmitRequest<CreateDirectoryResponse>(
"/create/directory", request_,
false);
9618 return actualResponse_;
9679 IDictionary<string, string> options =
null )
9694 CreateEnvironmentResponse actualResponse_ = SubmitRequest<CreateEnvironmentResponse>(
"/create/environment", request_,
false);
9696 return actualResponse_;
9710 IDictionary<string, string> options =
null )
9732 CreateGraphResponse actualResponse_ = SubmitRequest<CreateGraphResponse>(
"/create/graph", request_,
false);
9734 return actualResponse_;
10051 bool directed_graph,
10052 IList<string> nodes,
10053 IList<string> edges,
10054 IList<string> weights,
10055 IList<string> restrictions,
10056 IDictionary<string, string> options =
null )
10059 edges, weights, restrictions,
10075 CreateJobResponse actualResponse_ = SubmitRequest<CreateJobResponse>(
"/create/job", request_,
false);
10077 return actualResponse_;
10144 string request_encoding,
10147 IDictionary<string, string> options =
null )
10150 data_str, options ) );
10167 CreateJoinTableResponse actualResponse_ = SubmitRequest<CreateJoinTableResponse>(
"/create/jointable", request_,
false);
10169 return actualResponse_;
10360 IList<string> table_names,
10361 IList<string> column_names,
10362 IList<string> expressions =
null,
10363 IDictionary<string, string> options =
null )
10366 table_names, column_names,
10367 expressions, options ) );
10390 return actualResponse_;
10611 IDictionary<string, string> options =
null )
10628 CreateProcResponse actualResponse_ = SubmitRequest<CreateProcResponse>(
"/create/proc", request_,
false);
10630 return actualResponse_;
10716 IDictionary<
string,
byte[]> files =
null,
10717 string command =
"",
10718 IList<string> args =
null,
10719 IDictionary<string, string> options =
null )
10722 command, args, options ) );
10763 CreateProjectionResponse actualResponse_ = SubmitRequest<CreateProjectionResponse>(
"/create/projection", request_,
false);
10765 return actualResponse_;
11217 string projection_name,
11218 IList<string> column_names,
11219 IDictionary<string, string> options =
null )
11223 column_names, options ) );
11235 CreateResourceGroupResponse actualResponse_ = SubmitRequest<CreateResourceGroupResponse>(
"/create/resourcegroup", request_,
false);
11237 return actualResponse_;
11348 IDictionary<
string, IDictionary<string, string>> tier_attributes,
11350 string adjoining_resource_group =
"",
11351 IDictionary<string, string> options =
null )
11356 adjoining_resource_group,
11370 CreateRoleResponse actualResponse_ = SubmitRequest<CreateRoleResponse>(
"/create/role", request_,
false);
11372 return actualResponse_;
11397 IDictionary<string, string> options =
null )
11414 CreateSchemaResponse actualResponse_ = SubmitRequest<CreateSchemaResponse>(
"/create/schema", request_,
false);
11416 return actualResponse_;
11460 IDictionary<string, string> options =
null )
11466 public CreateStateTableResponse createStateTable( CreateStateTableRequest request_ )
11468 CreateStateTableResponse actualResponse_ = SubmitRequest<CreateStateTableResponse>(
"/create/statetable", request_,
false);
11470 return actualResponse_;
11475 public CreateStateTableResponse createStateTable(
string table_name,
11476 string input_table_name,
11477 string init_table_name,
11478 IDictionary<string, string> options =
null )
11480 return createStateTable(
new CreateStateTableRequest( table_name,
11482 init_table_name, options ) );
11535 CreateTableResponse actualResponse_ = SubmitRequest<CreateTableResponse>(
"/create/table", request_,
false);
11537 return actualResponse_;
12026 IDictionary<string, string> options =
null )
12052 CreateTableExternalResponse actualResponse_ = SubmitRequest<CreateTableExternalResponse>(
"/create/table/external", request_,
false);
12054 return actualResponse_;
13503 IList<string> filepaths,
13504 IDictionary<
string, IDictionary<string, string>> modify_columns =
null,
13505 IDictionary<string, string> create_table_options =
null,
13506 IDictionary<string, string> options =
null )
13511 create_table_options,
13541 CreateTableMonitorResponse actualResponse_ = SubmitRequest<CreateTableMonitorResponse>(
"/create/tablemonitor", request_,
false);
13543 return actualResponse_;
13768 IDictionary<string, string> options =
null )
13798 CreateTriggerByAreaResponse actualResponse_ = SubmitRequest<CreateTriggerByAreaResponse>(
"/create/trigger/byarea", request_,
false);
13800 return actualResponse_;
13848 IList<string> table_names,
13849 string x_column_name,
13850 IList<double> x_vector,
13851 string y_column_name,
13852 IList<double> y_vector,
13853 IDictionary<string, string> options =
null )
13860 y_vector, options ) );
13885 CreateTriggerByRangeResponse actualResponse_ = SubmitRequest<CreateTriggerByRangeResponse>(
"/create/trigger/byrange", request_,
false);
13887 return actualResponse_;
13924 IList<string> table_names,
13925 string column_name,
13928 IDictionary<string, string> options =
null )
13994 CreateTypeResponse actualResponse_ = SubmitRequest<CreateTypeResponse>(
"/create/type", request_,
false);
13996 SetDecoderIfMissing( actualResponse_.
type_id,
13997 actualResponse_.
label,
14000 return actualResponse_;
14416 IDictionary<
string, IList<string>> properties =
null,
14417 IDictionary<string, string> options =
null )
14448 CreateUnionResponse actualResponse_ = SubmitRequest<CreateUnionResponse>(
"/create/union", request_,
false);
14450 return actualResponse_;
14737 IList<string> table_names,
14738 IList<IList<string>> input_column_names,
14739 IList<string> output_column_names,
14740 IDictionary<string, string> options =
null )
14743 input_column_names,
14744 output_column_names, options ) );
14758 CreateUserExternalResponse actualResponse_ = SubmitRequest<CreateUserExternalResponse>(
"/create/user/external", request_,
false);
14760 return actualResponse_;
14852 IDictionary<string, string> options =
null )
14866 CreateUserInternalResponse actualResponse_ = SubmitRequest<CreateUserInternalResponse>(
"/create/user/internal", request_,
false);
14868 return actualResponse_;
14962 IDictionary<string, string> options =
null )
14977 CreateVideoResponse actualResponse_ = SubmitRequest<CreateVideoResponse>(
"/create/video", request_,
false);
14979 return actualResponse_;
15120 double duration_seconds,
15122 double frames_per_second,
15125 string style_parameters,
15126 IDictionary<string, string> options =
null )
15129 duration_seconds, end,
15130 frames_per_second, style, path,
15131 style_parameters, options ) );
15143 DeleteDirectoryResponse actualResponse_ = SubmitRequest<DeleteDirectoryResponse>(
"/delete/directory", request_,
false);
15145 return actualResponse_;
15211 IDictionary<string, string> options =
null )
15225 DeleteFilesResponse actualResponse_ = SubmitRequest<DeleteFilesResponse>(
"/delete/files", request_,
false);
15227 return actualResponse_;
15270 IDictionary<string, string> options =
null )
15284 DeleteGraphResponse actualResponse_ = SubmitRequest<DeleteGraphResponse>(
"/delete/graph", request_,
false);
15286 return actualResponse_;
15336 IDictionary<string, string> options =
null )
15351 DeleteProcResponse actualResponse_ = SubmitRequest<DeleteProcResponse>(
"/delete/proc", request_,
false);
15353 return actualResponse_;
15367 IDictionary<string, string> options =
null )
15393 DeleteRecordsResponse actualResponse_ = SubmitRequest<DeleteRecordsResponse>(
"/delete/records", request_,
false);
15395 return actualResponse_;
15479 IList<string> expressions,
15480 IDictionary<string, string> options =
null )
15494 DeleteResourceGroupResponse actualResponse_ = SubmitRequest<DeleteResourceGroupResponse>(
"/delete/resourcegroup", request_,
false);
15496 return actualResponse_;
15536 IDictionary<string, string> options =
null )
15551 DeleteRoleResponse actualResponse_ = SubmitRequest<DeleteRoleResponse>(
"/delete/role", request_,
false);
15553 return actualResponse_;
15567 IDictionary<string, string> options =
null )
15582 DeleteUserResponse actualResponse_ = SubmitRequest<DeleteUserResponse>(
"/delete/user", request_,
false);
15584 return actualResponse_;
15598 IDictionary<string, string> options =
null )
15612 DownloadFilesResponse actualResponse_ = SubmitRequest<DownloadFilesResponse>(
"/download/files", request_,
false);
15614 return actualResponse_;
15673 IList<long> read_offsets,
15674 IList<long> read_lengths,
15675 IDictionary<string, string> options =
null )
15678 read_lengths, options ) );
15695 DropBackupResponse actualResponse_ = SubmitRequest<DropBackupResponse>(
"/drop/backup", request_,
false);
15697 return actualResponse_;
15793 string datasink_name,
15794 IDictionary<string, string> options =
null )
15809 DropCatalogResponse actualResponse_ = SubmitRequest<DropCatalogResponse>(
"/drop/catalog", request_,
false);
15811 return actualResponse_;
15825 IDictionary<string, string> options =
null )
15831 public DropContainerRegistryResponse dropContainerRegistry( DropContainerRegistryRequest request_ )
15833 DropContainerRegistryResponse actualResponse_ = SubmitRequest<DropContainerRegistryResponse>(
"/drop/container/registry", request_,
false);
15835 return actualResponse_;
15840 public DropContainerRegistryResponse dropContainerRegistry(
string registry_name,
15841 IDictionary<string, string> options =
null )
15843 return dropContainerRegistry(
new DropContainerRegistryRequest( registry_name,
15857 DropCredentialResponse actualResponse_ = SubmitRequest<DropCredentialResponse>(
"/drop/credential", request_,
false);
15859 return actualResponse_;
15872 IDictionary<string, string> options =
null )
15893 DropDatasinkResponse actualResponse_ = SubmitRequest<DropDatasinkResponse>(
"/drop/datasink", request_,
false);
15895 return actualResponse_;
15943 IDictionary<string, string> options =
null )
15960 DropDatasourceResponse actualResponse_ = SubmitRequest<DropDatasourceResponse>(
"/drop/datasource", request_,
false);
15962 return actualResponse_;
15978 IDictionary<string, string> options =
null )
15993 DropEnvironmentResponse actualResponse_ = SubmitRequest<DropEnvironmentResponse>(
"/drop/environment", request_,
false);
15995 return actualResponse_;
16041 IDictionary<string, string> options =
null )
16047 public DropModelResponse dropModel( DropModelRequest request_ )
16049 DropModelResponse actualResponse_ = SubmitRequest<DropModelResponse>(
"/drop/model", request_,
false);
16051 return actualResponse_;
16056 public DropModelResponse dropModel(
string model_name,
16057 IDictionary<string, string> options =
null )
16059 return dropModel(
new DropModelRequest( model_name, options ) );
16074 DropSchemaResponse actualResponse_ = SubmitRequest<DropSchemaResponse>(
"/drop/schema", request_,
false);
16076 return actualResponse_;
16146 IDictionary<string, string> options =
null )
16152 public EvaluateModelResponse evaluateModel( EvaluateModelRequest request_ )
16154 EvaluateModelResponse actualResponse_ = SubmitRequest<EvaluateModelResponse>(
"/evaluate/model", request_,
false);
16156 return actualResponse_;
16161 public EvaluateModelResponse evaluateModel(
string model_name,
16163 string deployment_mode,
16164 string source_table,
16165 string destination_table,
16166 IDictionary<string, string> options =
null )
16168 return evaluateModel(
new EvaluateModelRequest( model_name, replicas,
16169 deployment_mode, source_table,
16170 destination_table, options ) );
16193 ExecuteProcResponse actualResponse_ = SubmitRequest<ExecuteProcResponse>(
"/execute/proc", request_,
false);
16195 return actualResponse_;
16333 IDictionary<string, string> _params =
null,
16334 IDictionary<
string,
byte[]> bin_params =
null,
16335 IList<string> input_table_names =
null,
16336 IDictionary<
string, IList<string>> input_column_names =
null,
16337 IList<string> output_table_names =
null,
16338 IDictionary<string, string> options =
null )
16342 input_column_names,
16343 output_table_names, options ) );
16379 RawExecuteSqlResponse actualResponse_ = SubmitRequest<RawExecuteSqlResponse>(
"/execute/sql", request_,
false);
16387 response_.
info = actualResponse_.
info;
16907 long limit = -9999,
16908 string request_schema_str =
"",
16909 IList<
byte[]> data =
null,
16910 IDictionary<string, string> options =
null )
16913 request_schema_str, data, options ) );
16925 ExportQueryMetricsResponse actualResponse_ = SubmitRequest<ExportQueryMetricsResponse>(
"/export/query/metrics", request_,
false);
16927 return actualResponse_;
17023 ExportRecordsToFilesResponse actualResponse_ = SubmitRequest<ExportRecordsToFilesResponse>(
"/export/records/tofiles", request_,
false);
17025 return actualResponse_;
17350 IDictionary<string, string> options =
null )
17366 ExportRecordsToTableResponse actualResponse_ = SubmitRequest<ExportRecordsToTableResponse>(
"/export/records/totable", request_,
false);
17368 return actualResponse_;
17475 string remote_query =
"",
17476 IDictionary<string, string> options =
null )
17500 FilterResponse actualResponse_ = SubmitRequest<FilterResponse>(
"/filter", request_,
false);
17502 return actualResponse_;
17594 IDictionary<string, string> options =
null )
17615 FilterByAreaResponse actualResponse_ = SubmitRequest<FilterByAreaResponse>(
"/filter/byarea", request_,
false);
17617 return actualResponse_;
17701 string x_column_name,
17702 IList<double> x_vector,
17703 string y_column_name,
17704 IList<double> y_vector,
17705 IDictionary<string, string> options =
null )
17708 x_column_name, x_vector,
17709 y_column_name, y_vector, options ) );
17728 FilterByAreaGeometryResponse actualResponse_ = SubmitRequest<FilterByAreaGeometryResponse>(
"/filter/byarea/geometry", request_,
false);
17730 return actualResponse_;
17811 string column_name,
17812 IList<double> x_vector,
17813 IList<double> y_vector,
17814 IDictionary<string, string> options =
null )
17840 FilterByBoxResponse actualResponse_ = SubmitRequest<FilterByBoxResponse>(
"/filter/bybox", request_,
false);
17842 return actualResponse_;
17933 string x_column_name,
17936 string y_column_name,
17939 IDictionary<string, string> options =
null )
17942 x_column_name, min_x, max_x,
17943 y_column_name, min_y, max_y,
17963 FilterByBoxGeometryResponse actualResponse_ = SubmitRequest<FilterByBoxGeometryResponse>(
"/filter/bybox/geometry", request_,
false);
17965 return actualResponse_;
18055 string column_name,
18060 IDictionary<string, string> options =
null )
18082 FilterByGeometryResponse actualResponse_ = SubmitRequest<FilterByGeometryResponse>(
"/filter/bygeometry", request_,
false);
18084 return actualResponse_;
18223 string column_name,
18226 IDictionary<string, string> options =
null )
18229 column_name, input_wkt,
18230 operation, options ) );
18257 FilterByListResponse actualResponse_ = SubmitRequest<FilterByListResponse>(
"/filter/bylist", request_,
false);
18259 return actualResponse_;
18371 IDictionary<
string, IList<string>> column_values_map,
18372 IDictionary<string, string> options =
null )
18375 column_values_map, options ) );
18398 FilterByRadiusResponse actualResponse_ = SubmitRequest<FilterByRadiusResponse>(
"/filter/byradius", request_,
false);
18400 return actualResponse_;
18495 string x_column_name,
18497 string y_column_name,
18500 IDictionary<string, string> options =
null )
18503 x_column_name, x_center,
18504 y_column_name, y_center,
18505 radius, options ) );
18527 return actualResponse_;
18618 string column_name,
18622 IDictionary<string, string> options =
null )
18655 FilterByRangeResponse actualResponse_ = SubmitRequest<FilterByRangeResponse>(
"/filter/byrange", request_,
false);
18657 return actualResponse_;
18743 string column_name,
18744 double lower_bound,
18745 double upper_bound,
18746 IDictionary<string, string> options =
null )
18749 column_name, lower_bound,
18750 upper_bound, options ) );
18776 FilterBySeriesResponse actualResponse_ = SubmitRequest<FilterBySeriesResponse>(
"/filter/byseries", request_,
false);
18778 return actualResponse_;
18911 IList<string> target_track_ids,
18912 IDictionary<string, string> options =
null )
18915 track_id, target_track_ids,
18935 FilterByStringResponse actualResponse_ = SubmitRequest<FilterByStringResponse>(
"/filter/bystring", request_,
false);
18937 return actualResponse_;
19092 IList<string> column_names,
19093 IDictionary<string, string> options =
null )
19097 column_names, options ) );
19119 FilterByTableResponse actualResponse_ = SubmitRequest<FilterByTableResponse>(
"/filter/bytable", request_,
false);
19121 return actualResponse_;
19332 string column_name,
19333 string source_table_name,
19334 string source_table_column_name,
19335 IDictionary<string, string> options =
null )
19340 source_table_column_name,
19363 FilterByValueResponse actualResponse_ = SubmitRequest<FilterByValueResponse>(
"/filter/byvalue", request_,
false);
19365 return actualResponse_;
19453 string column_name,
19454 IDictionary<string, string> options =
null )
19457 is_string, _value, value_str,
19458 column_name, options ) );
19473 GetGraphEntitiesResponse actualResponse_ = SubmitRequest<GetGraphEntitiesResponse>(
"/get/graph/entities", request_,
false);
19475 return actualResponse_;
19537 long limit = 10000,
19538 IDictionary<string, string> options =
null )
19541 limit, options ) );
19557 GetJobResponse actualResponse_ = SubmitRequest<GetJobResponse>(
"/get/job", request_,
false);
19559 return actualResponse_;
19585 IDictionary<string, string> options =
null )
19610 RawGetRecordsResponse actualResponse_ = SubmitRequest<RawGetRecordsResponse>(
"/get/records", request_,
false);
19613 response_.table_name = actualResponse_.
table_name;
19614 response_.type_name = actualResponse_.
type_name;
19615 response_.type_schema = actualResponse_.
type_schema;
19616 response_.data =
new List<T>();
19620 response_.info = actualResponse_.
info;
19730 long limit = -9999,
19731 IDictionary<string, string> options =
null ) where T : new()
19781 response_.
info = actualResponse_.
info;
19937 IList<string> column_names,
19939 long limit = -9999,
19940 IDictionary<string, string> options =
null )
19979 response_.table_names = actualResponse_.
table_names;
19980 response_.type_names = actualResponse_.
type_names;
19981 response_.type_schemas = actualResponse_.
type_schemas;
19982 response_.data =
new List<IList<T>>();
19984 response_.info = actualResponse_.
info;
20032 string world_table_name,
20035 IDictionary<string, string> options =
null ) where T : new()
20066 response_.table_name = actualResponse_.
table_name;
20067 response_.type_names = actualResponse_.
type_names;
20068 response_.data =
new List<T>();
20070 response_.record_ids = actualResponse_.
record_ids;
20071 response_.info = actualResponse_.
info;
20147 long limit = -9999,
20148 IDictionary<string, string> options =
null ) where T : new()
20157 public GetVectortileResponse getVectortile( GetVectortileRequest request_ )
20159 GetVectortileResponse actualResponse_ = SubmitRequest<GetVectortileResponse>(
"/get/vectortile", request_,
false);
20161 return actualResponse_;
20166 public GetVectortileResponse getVectortile( IList<string> table_names,
20167 IList<string> column_names,
20168 IDictionary<
string, IList<string>> layers,
20172 IDictionary<string, string> options =
null )
20174 return getVectortile(
new GetVectortileRequest( table_names, column_names,
20175 layers, tile_x, tile_y, zoom,
20189 GrantPermissionResponse actualResponse_ = SubmitRequest<GrantPermissionResponse>(
"/grant/permission", request_,
false);
20191 return actualResponse_;
20414 string object_type,
20416 IDictionary<string, string> options =
null )
20419 object_type, permission,
20436 return actualResponse_;
20473 string credential_name,
20474 IDictionary<string, string> options =
null )
20494 return actualResponse_;
20530 string datasource_name,
20531 IDictionary<string, string> options =
null )
20551 return actualResponse_;
20589 string directory_name,
20590 IDictionary<string, string> options =
null )
20607 GrantPermissionProcResponse actualResponse_ = SubmitRequest<GrantPermissionProcResponse>(
"/grant/permission/proc", request_,
false);
20609 return actualResponse_;
20643 IDictionary<string, string> options =
null )
20646 proc_name, options ) );
20660 return actualResponse_;
20711 IDictionary<string, string> options =
null )
20727 GrantPermissionTableResponse actualResponse_ = SubmitRequest<GrantPermissionTableResponse>(
"/grant/permission/table", request_,
false);
20729 return actualResponse_;
20797 string filter_expression =
"",
20798 IDictionary<string, string> options =
null )
20815 GrantRoleResponse actualResponse_ = SubmitRequest<GrantRoleResponse>(
"/grant/role", request_,
false);
20817 return actualResponse_;
20833 IDictionary<string, string> options =
null )
20847 HasPermissionResponse actualResponse_ = SubmitRequest<HasPermissionResponse>(
"/has/permission", request_,
false);
20849 return actualResponse_;
21064 string object_type,
21066 IDictionary<string, string> options =
null )
21069 object_type, permission,
21082 HasProcResponse actualResponse_ = SubmitRequest<HasProcResponse>(
"/has/proc", request_,
false);
21084 return actualResponse_;
21097 IDictionary<string, string> options =
null )
21111 HasRoleResponse actualResponse_ = SubmitRequest<HasRoleResponse>(
"/has/role", request_,
false);
21113 return actualResponse_;
21188 IDictionary<string, string> options =
null )
21202 HasSchemaResponse actualResponse_ = SubmitRequest<HasSchemaResponse>(
"/has/schema", request_,
false);
21204 return actualResponse_;
21219 IDictionary<string, string> options =
null )
21233 HasTableResponse actualResponse_ = SubmitRequest<HasTableResponse>(
"/has/table", request_,
false);
21235 return actualResponse_;
21250 IDictionary<string, string> options =
null )
21263 HasTypeResponse actualResponse_ = SubmitRequest<HasTypeResponse>(
"/has/type", request_,
false);
21265 return actualResponse_;
21278 IDictionary<string, string> options =
null )
21284 public ImportModelResponse importModel( ImportModelRequest request_ )
21286 ImportModelResponse actualResponse_ = SubmitRequest<ImportModelResponse>(
"/import/model", request_,
false);
21288 return actualResponse_;
21293 public ImportModelResponse importModel(
string model_name,
21294 string registry_name,
21296 string run_function,
21298 IDictionary<string, string> options =
null )
21300 return importModel(
new ImportModelRequest( model_name, registry_name,
21301 container, run_function,
21302 model_type, options ) );
21331 InsertRecordsResponse actualResponse_ = SubmitRequest<InsertRecordsResponse>(
"/insert/records", request_,
true);
21333 return actualResponse_;
21364 actualRequest_.
table_name = request_.table_name;
21365 foreach (var thisObj
in request_.data) actualRequest_.list.Add( AvroEncode( thisObj ) );
21366 actualRequest_.options = request_.options;
21367 InsertRecordsResponse actualResponse_ = SubmitRequest<InsertRecordsResponse>(
"/insert/records", actualRequest_,
true);
21369 return actualResponse_;
21652 IDictionary<string, string> options =
null )
21697 return actualResponse_;
23045 IList<string> filepaths,
23046 IDictionary<
string, IDictionary<string, string>> modify_columns =
null,
23047 IDictionary<string, string> create_table_options =
null,
23048 IDictionary<string, string> options =
null )
23053 create_table_options,
23071 return actualResponse_;
24266 IDictionary<
string, IDictionary<string, string>> modify_columns =
null,
24267 IDictionary<string, string> create_table_options =
null,
24268 IDictionary<string, string> options =
null )
24274 create_table_options,
24289 return actualResponse_;
24947 string remote_query,
24948 IDictionary<
string, IDictionary<string, string>> modify_columns =
null,
24949 IDictionary<string, string> create_table_options =
null,
24950 IDictionary<string, string> options =
null )
24955 create_table_options,
24976 InsertRecordsRandomResponse actualResponse_ = SubmitRequest<InsertRecordsRandomResponse>(
"/insert/records/random", request_,
false);
24978 return actualResponse_;
25278 IDictionary<
string, IDictionary<string, double>> options =
null )
25303 InsertSymbolResponse actualResponse_ = SubmitRequest<InsertSymbolResponse>(
"/insert/symbol", request_,
false);
25305 return actualResponse_;
25363 string symbol_format,
25364 byte[] symbol_data,
25365 IDictionary<string, string> options =
null )
25368 symbol_data, options ) );
25379 KillProcResponse actualResponse_ = SubmitRequest<KillProcResponse>(
"/kill/proc", request_,
false);
25381 return actualResponse_;
25441 IDictionary<string, string> options =
null )
25447 public ListGraphResponse listGraph( ListGraphRequest request_ )
25449 ListGraphResponse actualResponse_ = SubmitRequest<ListGraphResponse>(
"/list/graph", request_,
false);
25451 return actualResponse_;
25456 public ListGraphResponse listGraph(
string graph_name =
"",
25457 IDictionary<string, string> options =
null )
25459 return listGraph(
new ListGraphRequest( graph_name, options ) );
25486 LockTableResponse actualResponse_ = SubmitRequest<LockTableResponse>(
"/lock/table", request_,
false);
25488 return actualResponse_;
25557 IDictionary<string, string> options =
null )
25580 MatchGraphResponse actualResponse_ = SubmitRequest<MatchGraphResponse>(
"/match/graph", request_,
false);
25582 return actualResponse_;
26639 IList<string> sample_points,
26641 string solution_table =
"",
26642 IDictionary<string, string> options =
null )
26645 solve_method, solution_table,
26663 ModifyGraphResponse actualResponse_ = SubmitRequest<ModifyGraphResponse>(
"/modify/graph", request_,
false);
26665 return actualResponse_;
27027 IList<string> nodes,
27028 IList<string> edges,
27029 IList<string> weights,
27030 IList<string> restrictions,
27031 IDictionary<string, string> options =
null )
27034 restrictions, options ) );
27067 QueryGraphResponse actualResponse_ = SubmitRequest<QueryGraphResponse>(
"/query/graph", request_,
false);
27069 return actualResponse_;
27287 IList<string> queries,
27288 IList<string> restrictions =
null,
27289 string adjacency_table =
"",
27291 IDictionary<string, string> options =
null )
27294 adjacency_table, rings, options ) );
27312 RepartitionGraphResponse actualResponse_ = SubmitRequest<RepartitionGraphResponse>(
"/repartition/graph", request_,
false);
27314 return actualResponse_;
27358 IDictionary<string, string> options =
null )
27364 public ReserveResourceResponse reserveResource( ReserveResourceRequest request_ )
27366 ReserveResourceResponse actualResponse_ = SubmitRequest<ReserveResourceResponse>(
"/reserve/resource", request_,
false);
27368 return actualResponse_;
27373 public ReserveResourceResponse reserveResource(
string component,
27376 long bytes_requested = 0,
27378 IDictionary<string, string> options =
null )
27380 return reserveResource(
new ReserveResourceRequest( component, name, action,
27381 bytes_requested, owner_id,
27400 RestoreBackupResponse actualResponse_ = SubmitRequest<RestoreBackupResponse>(
"/restore/backup", request_,
false);
27402 return actualResponse_;
27728 IDictionary<string, string> restore_objects_map,
27729 string datasource_name,
27730 IDictionary<string, string> options =
null )
27733 restore_objects_map,
27734 datasource_name, options ) );
27746 RevokePermissionResponse actualResponse_ = SubmitRequest<RevokePermissionResponse>(
"/revoke/permission", request_,
false);
27748 return actualResponse_;
27940 string object_type,
27942 IDictionary<string, string> options =
null )
27945 object_type, permission,
27962 return actualResponse_;
28001 string credential_name,
28002 IDictionary<string, string> options =
null )
28022 return actualResponse_;
28060 string datasource_name,
28061 IDictionary<string, string> options =
null )
28081 return actualResponse_;
28120 string directory_name,
28121 IDictionary<string, string> options =
null )
28138 RevokePermissionProcResponse actualResponse_ = SubmitRequest<RevokePermissionProcResponse>(
"/revoke/permission/proc", request_,
false);
28140 return actualResponse_;
28176 IDictionary<string, string> options =
null )
28195 return actualResponse_;
28248 IDictionary<string, string> options =
null )
28266 return actualResponse_;
28332 IDictionary<string, string> options =
null )
28349 RevokeRoleResponse actualResponse_ = SubmitRequest<RevokeRoleResponse>(
"/revoke/role", request_,
false);
28351 return actualResponse_;
28368 IDictionary<string, string> options =
null )
28387 ShowBackupResponse actualResponse_ = SubmitRequest<ShowBackupResponse>(
"/show/backup", request_,
false);
28389 return actualResponse_;
28518 string datasource_name,
28519 IDictionary<string, string> options =
null )
28526 public ShowContainerRegistryResponse showContainerRegistry( ShowContainerRegistryRequest request_ )
28528 ShowContainerRegistryResponse actualResponse_ = SubmitRequest<ShowContainerRegistryResponse>(
"/show/container/registry", request_,
false);
28530 return actualResponse_;
28535 public ShowContainerRegistryResponse showContainerRegistry(
string registry_name,
28536 IDictionary<string, string> options =
null )
28538 return showContainerRegistry(
new ShowContainerRegistryRequest( registry_name,
28553 ShowCredentialResponse actualResponse_ = SubmitRequest<ShowCredentialResponse>(
"/show/credential", request_,
false);
28555 return actualResponse_;
28571 IDictionary<string, string> options =
null )
28586 ShowDatasinkResponse actualResponse_ = SubmitRequest<ShowDatasinkResponse>(
"/show/datasink", request_,
false);
28588 return actualResponse_;
28604 IDictionary<string, string> options =
null )
28619 ShowDatasourceResponse actualResponse_ = SubmitRequest<ShowDatasourceResponse>(
"/show/datasource", request_,
false);
28621 return actualResponse_;
28637 IDictionary<string, string> options =
null )
28653 ShowDirectoriesResponse actualResponse_ = SubmitRequest<ShowDirectoriesResponse>(
"/show/directories", request_,
false);
28655 return actualResponse_;
28670 IDictionary<string, string> options =
null )
28686 ShowEnvironmentResponse actualResponse_ = SubmitRequest<ShowEnvironmentResponse>(
"/show/environment", request_,
false);
28688 return actualResponse_;
28763 IDictionary<string, string> options =
null )
28779 ShowFilesResponse actualResponse_ = SubmitRequest<ShowFilesResponse>(
"/show/files", request_,
false);
28781 return actualResponse_;
28800 IDictionary<string, string> options =
null )
28806 public ShowFunctionsResponse showFunctions( ShowFunctionsRequest request_ )
28808 ShowFunctionsResponse actualResponse_ = SubmitRequest<ShowFunctionsResponse>(
"/show/functions", request_,
false);
28810 return actualResponse_;
28815 public ShowFunctionsResponse showFunctions( IList<string> names,
28816 IDictionary<string, string> options =
null )
28818 return showFunctions(
new ShowFunctionsRequest( names, options ) );
28831 ShowGraphResponse actualResponse_ = SubmitRequest<ShowGraphResponse>(
"/show/graph", request_,
false);
28833 return actualResponse_;
28906 IDictionary<string, string> options =
null )
28912 public ShowGraphGrammarResponse showGraphGrammar( ShowGraphGrammarRequest request_ )
28914 ShowGraphGrammarResponse actualResponse_ = SubmitRequest<ShowGraphGrammarResponse>(
"/show/graph/grammar", request_,
false);
28916 return actualResponse_;
28921 public ShowGraphGrammarResponse showGraphGrammar( IDictionary<string, string> options =
null )
28923 return showGraphGrammar(
new ShowGraphGrammarRequest( options ) );
28928 public ShowModelResponse showModel( ShowModelRequest request_ )
28930 ShowModelResponse actualResponse_ = SubmitRequest<ShowModelResponse>(
"/show/model", request_,
false);
28932 return actualResponse_;
28937 public ShowModelResponse showModel( IList<string> model_names =
null,
28938 IDictionary<string, string> options =
null )
28940 return showModel(
new ShowModelRequest( model_names, options ) );
28952 ShowProcResponse actualResponse_ = SubmitRequest<ShowProcResponse>(
"/show/proc", request_,
false);
28954 return actualResponse_;
28996 IDictionary<string, string> options =
null )
29014 ShowProcStatusResponse actualResponse_ = SubmitRequest<ShowProcStatusResponse>(
"/show/proc/status", request_,
false);
29016 return actualResponse_;
29078 IDictionary<string, string> options =
null )
29096 ShowResourceObjectsResponse actualResponse_ = SubmitRequest<ShowResourceObjectsResponse>(
"/show/resource/objects", request_,
false);
29098 return actualResponse_;
29230 return actualResponse_;
29254 ShowResourceGroupsResponse actualResponse_ = SubmitRequest<ShowResourceGroupsResponse>(
"/show/resourcegroups", request_,
false);
29256 return actualResponse_;
29347 IDictionary<string, string> options =
null )
29363 ShowSchemaResponse actualResponse_ = SubmitRequest<ShowSchemaResponse>(
"/show/schema", request_,
false);
29365 return actualResponse_;
29411 IDictionary<string, string> options =
null )
29428 ShowSecurityResponse actualResponse_ = SubmitRequest<ShowSecurityResponse>(
"/show/security", request_,
false);
29430 return actualResponse_;
29473 IDictionary<string, string> options =
null )
29487 ShowSqlProcResponse actualResponse_ = SubmitRequest<ShowSqlProcResponse>(
"/show/sql/proc", request_,
false);
29489 return actualResponse_;
29533 IDictionary<string, string> options =
null )
29547 ShowStatisticsResponse actualResponse_ = SubmitRequest<ShowStatisticsResponse>(
"/show/statistics", request_,
false);
29549 return actualResponse_;
29596 IDictionary<string, string> options =
null )
29612 ShowSystemPropertiesResponse actualResponse_ = SubmitRequest<ShowSystemPropertiesResponse>(
"/show/system/properties", request_,
false);
29614 return actualResponse_;
29652 ShowSystemStatusResponse actualResponse_ = SubmitRequest<ShowSystemStatusResponse>(
"/show/system/status", request_,
false);
29654 return actualResponse_;
29682 ShowSystemTimingResponse actualResponse_ = SubmitRequest<ShowSystemTimingResponse>(
"/show/system/timing", request_,
false);
29684 return actualResponse_;
29744 ShowTableResponse actualResponse_ = SubmitRequest<ShowTableResponse>(
"/show/table", request_,
false);
29747 for (
int i_ = 0; i_ < actualResponse_.
type_ids.Count; ++i_ )
29749 SetDecoderIfMissing( actualResponse_.
type_ids[i_],
29755 return actualResponse_;
30086 IDictionary<string, string> options =
null )
30100 ShowTableMetadataResponse actualResponse_ = SubmitRequest<ShowTableMetadataResponse>(
"/show/table/metadata", request_,
false);
30102 return actualResponse_;
30118 IDictionary<string, string> options =
null )
30135 ShowTableMonitorsResponse actualResponse_ = SubmitRequest<ShowTableMonitorsResponse>(
"/show/tablemonitors", request_,
false);
30137 return actualResponse_;
30154 IDictionary<string, string> options =
null )
30173 ShowTablesByTypeResponse actualResponse_ = SubmitRequest<ShowTablesByTypeResponse>(
"/show/tables/bytype", request_,
false);
30175 return actualResponse_;
30198 IDictionary<string, string> options =
null )
30212 ShowTriggersResponse actualResponse_ = SubmitRequest<ShowTriggersResponse>(
"/show/triggers", request_,
false);
30214 return actualResponse_;
30228 IDictionary<string, string> options =
null )
30245 ShowTypesResponse actualResponse_ = SubmitRequest<ShowTypesResponse>(
"/show/types", request_,
false);
30248 for (
int i_ = 0; i_ < actualResponse_.
type_ids.Count; ++i_ )
30250 SetDecoderIfMissing( actualResponse_.
type_ids[i_],
30251 actualResponse_.
labels[i_],
30256 return actualResponse_;
30304 IDictionary<string, string> options =
null )
30317 ShowVideoResponse actualResponse_ = SubmitRequest<ShowVideoResponse>(
"/show/video", request_,
false);
30319 return actualResponse_;
30332 IDictionary<string, string> options =
null )
30346 ShowWalResponse actualResponse_ = SubmitRequest<ShowWalResponse>(
"/show/wal", request_,
false);
30348 return actualResponse_;
30387 IDictionary<string, string> options =
null )
30411 SolveGraphResponse actualResponse_ = SubmitRequest<SolveGraphResponse>(
"/solve/graph", request_,
false);
30413 return actualResponse_;
30867 IList<string> weights_on_edges =
null,
30868 IList<string> restrictions =
null,
30870 IList<string> source_nodes =
null,
30871 IList<string> destination_nodes =
null,
30872 string solution_table =
"graph_solutions",
30873 IDictionary<string, string> options =
null )
30876 restrictions, solver_type,
30877 source_nodes, destination_nodes,
30878 solution_table, options ) );
30920 UpdateRecordsResponse actualResponse_ = SubmitRequest<UpdateRecordsResponse>(
"/update/records", request_,
true);
30922 return actualResponse_;
30967 actualRequest_.
table_name = request_.table_name;
30968 actualRequest_.
expressions = request_.expressions;
30970 foreach (var thisObj
in request_.data) actualRequest_.records_to_insert.Add( AvroEncode( thisObj ) );
30971 actualRequest_.options = request_.options;
30972 UpdateRecordsResponse actualResponse_ = SubmitRequest<UpdateRecordsResponse>(
"/update/records", actualRequest_,
true);
30974 return actualResponse_;
31277 IList<string> expressions,
31278 IList<IDictionary<string, string>> new_values_maps,
31279 IList<T> data =
null,
31280 IDictionary<string, string> options =
null )
31283 new_values_maps, data,
31358 UploadFilesResponse actualResponse_ = SubmitRequest<UploadFilesResponse>(
"/upload/files", request_,
false);
31360 return actualResponse_;
31561 IList<
byte[]> file_data,
31562 IDictionary<string, string> options =
null )
31586 UploadFilesFromurlResponse actualResponse_ = SubmitRequest<UploadFilesFromurlResponse>(
"/upload/files/fromurl", request_,
false);
31588 return actualResponse_;
31617 IList<string> urls,
31618 IDictionary<string, string> options =
null )
31625 public VisualizeGetFeatureInfoResponse visualizeGetFeatureInfo( VisualizeGetFeatureInfoRequest request_ )
31627 VisualizeGetFeatureInfoResponse actualResponse_ = SubmitRequest<VisualizeGetFeatureInfoResponse>(
"/visualize/getfeatureinfo", request_,
false);
31629 return actualResponse_;
31634 public VisualizeGetFeatureInfoResponse visualizeGetFeatureInfo( IList<string> table_names,
31635 IList<string> x_column_names,
31636 IList<string> y_column_names,
31637 IList<string> geometry_column_names,
31638 IList<IList<string>> query_column_names,
31651 IDictionary<string, string> options =
null )
31653 return visualizeGetFeatureInfo(
new VisualizeGetFeatureInfoRequest( table_names,
31656 geometry_column_names,
31657 query_column_names,
31673 public VisualizeImageResponse visualizeImage( VisualizeImageRequest request_ )
31675 VisualizeImageResponse actualResponse_ = SubmitRequest<VisualizeImageResponse>(
"/visualize/image", request_,
false);
31677 return actualResponse_;
31682 public VisualizeImageResponse visualizeImage( IList<string> table_names,
31683 IList<string> world_table_names,
31684 string x_column_name,
31685 string y_column_name,
31686 string symbol_column_name,
31687 string geometry_column_name,
31688 IList<IList<string>> track_ids,
31697 IDictionary<
string, IList<string>> style_options,
31698 IDictionary<string, string> options =
null )
31700 return visualizeImage(
new VisualizeImageRequest( table_names,
31704 symbol_column_name,
31705 geometry_column_name,
31706 track_ids, min_x, max_x,
31707 min_y, max_y, width, height,
31708 projection, bg_color,
31709 style_options, options ) );
31728 VisualizeImageChartResponse actualResponse_ = SubmitRequest<VisualizeImageChartResponse>(
"/visualize/image/chart", request_,
false);
31730 return actualResponse_;
32022 IList<string> x_column_names,
32023 IList<string> y_column_names,
32031 IDictionary<
string, IList<string>> style_options,
32032 IDictionary<string, string> options =
null )
32046 public VisualizeImageClassbreakResponse visualizeImageClassbreak( VisualizeImageClassbreakRequest request_ )
32048 VisualizeImageClassbreakResponse actualResponse_ = SubmitRequest<VisualizeImageClassbreakResponse>(
"/visualize/image/classbreak", request_,
false);
32050 return actualResponse_;
32055 public VisualizeImageClassbreakResponse visualizeImageClassbreak( IList<string> table_names,
32056 IList<string> world_table_names,
32057 string x_column_name,
32058 string y_column_name,
32059 string symbol_column_name,
32060 string geometry_column_name,
32061 IList<IList<string>> track_ids,
32063 IList<string> cb_vals,
32064 string cb_pointcolor_attr,
32065 IList<string> cb_pointcolor_vals,
32066 string cb_pointalpha_attr,
32067 IList<string> cb_pointalpha_vals,
32068 string cb_pointsize_attr,
32069 IList<string> cb_pointsize_vals,
32070 string cb_pointshape_attr,
32071 IList<string> cb_pointshape_vals,
32080 IDictionary<
string, IList<string>> style_options,
32081 IDictionary<string, string> options,
32082 IList<int> cb_transparency_vec )
32084 return visualizeImageClassbreak(
new VisualizeImageClassbreakRequest( table_names,
32088 symbol_column_name,
32089 geometry_column_name,
32093 cb_pointcolor_attr,
32094 cb_pointcolor_vals,
32095 cb_pointalpha_attr,
32096 cb_pointalpha_vals,
32099 cb_pointshape_attr,
32100 cb_pointshape_vals,
32111 cb_transparency_vec ) );
32116 public VisualizeImageContourResponse visualizeImageContour( VisualizeImageContourRequest request_ )
32118 VisualizeImageContourResponse actualResponse_ = SubmitRequest<VisualizeImageContourResponse>(
"/visualize/image/contour", request_,
false);
32120 return actualResponse_;
32125 public VisualizeImageContourResponse visualizeImageContour( IList<string> table_names,
32126 string x_column_name,
32127 string y_column_name,
32128 string value_column_name,
32136 IDictionary<string, string> style_options,
32137 IDictionary<string, string> options =
null )
32139 return visualizeImageContour(
new VisualizeImageContourRequest( table_names,
32153 public VisualizeImageHeatmapResponse visualizeImageHeatmap( VisualizeImageHeatmapRequest request_ )
32155 VisualizeImageHeatmapResponse actualResponse_ = SubmitRequest<VisualizeImageHeatmapResponse>(
"/visualize/image/heatmap", request_,
false);
32157 return actualResponse_;
32162 public VisualizeImageHeatmapResponse visualizeImageHeatmap( IList<string> table_names,
32163 string x_column_name,
32164 string y_column_name,
32165 string value_column_name,
32166 string geometry_column_name,
32174 IDictionary<string, string> style_options,
32175 IDictionary<string, string> options =
null )
32177 return visualizeImageHeatmap(
new VisualizeImageHeatmapRequest( table_names,
32181 geometry_column_name,
32192 public VisualizeImageLabelsResponse visualizeImageLabels( VisualizeImageLabelsRequest request_ )
32194 VisualizeImageLabelsResponse actualResponse_ = SubmitRequest<VisualizeImageLabelsResponse>(
"/visualize/image/labels", request_,
false);
32196 return actualResponse_;
32201 public VisualizeImageLabelsResponse visualizeImageLabels(
string table_name,
32202 string x_column_name,
32203 string y_column_name,
32206 string text_string,
32212 string draw_leader,
32216 string leader_x_column_name,
32217 string leader_y_column_name,
32225 string projection = VisualizeImageLabelsRequest.Projection.PLATE_CARREE,
32226 IDictionary<string, string> options =
null )
32228 return visualizeImageLabels(
new VisualizeImageLabelsRequest( table_name,
32243 leader_x_column_name,
32244 leader_y_column_name,
32269 VisualizeIsochroneResponse actualResponse_ = SubmitRequest<VisualizeIsochroneResponse>(
"/visualize/isochrone", request_,
false);
32271 return actualResponse_;
33203 string source_node,
33204 double max_solution_radius,
33205 IList<string> weights_on_edges,
33206 IList<string> restrictions,
33208 bool generate_image,
33209 string levels_table,
33210 IDictionary<string, string> style_options,
33211 IDictionary<string, string> solve_options =
null,
33212 IDictionary<string, string> contour_options =
null,
33213 IDictionary<string, string> options =
null )
33217 max_solution_radius,
A set of parameters for Kinetica.grantPermissionProc.
AdminHaOfflineResponse adminHaOffline(bool offline, IDictionary< string, string > options=null)
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
A set of parameters for Kinetica.aggregateMinMax.
A set of results returned by Kinetica.createUnion.
AdminSwitchoverResponse adminSwitchover(AdminSwitchoverRequest request_)
Manually switch over one or more processes to another host.
A set of results returned by Kinetica.grantRole.
A set of results returned by Kinetica.showResourceObjects.
A set of results returned by Kinetica.aggregateConvexHull.
const string EMPTY_STRING
Don't change the ranking
UpdateRecordsResponse updateRecords< T >(UpdateRecordsRequest< T > request_)
Runs multiple predicate-based updates in a single call.
A set of results returned by Kinetica.hasPermission.
string label
Value of label.
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.
IDictionary< string, string > info
Additional information.
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 functions (UDF) specified by the given command,...
FilterByStringResponse filterByString(FilterByStringRequest request_)
Calculates which objects from a table or view match a string expression for the given string columns.
A set of results returned by Kinetica.clearTables.
IList< string > type_schemas
A set of parameters for Kinetica.modifyGraph.
byte [] binary_encoded_response
Avro binary encoded response.
long total_number_of_records
Total/Filtered number of records.
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.
A set of parameters for Kinetica.hasPermission.
HasTableResponse hasTable(HasTableRequest request_)
Checks for the existence of a table with the given name.
GrantPermissionDirectoryResponse grantPermissionDirectory(string name, string permission, string directory_name, IDictionary< string, string > options=null)
Grants a KiFS directory-level permission to a user or role.
A set of results returned by Kinetica.aggregateKMeans.
A set of results returned by Kinetica.dropEnvironment.
A set of parameters for Kinetica.getRecordsBySeries.
ShowProcStatusResponse showProcStatus(ShowProcStatusRequest request_)
Shows the statuses of running or completed proc instances.
string table_name
Value of table_name.
A set of results returned by Kinetica.adminRebalance.
A set of results returned by Kinetica.createEnvironment.
A set of results returned by Kinetica.showSystemProperties.
bool has_more_records
Too many records.
A set of parameters for Kinetica.dropDatasink.
long total_number_of_records
Total/Filtered number of records.
A set of results returned by Kinetica.getRecordsByColumn.
A set of results returned by Kinetica.insertRecordsRandom.
A set of results returned by Kinetica.aggregateGroupBy.
A set of results returned by Kinetica.grantPermissionSystem.
DeleteRecordsResponse deleteRecords(DeleteRecordsRequest request_)
Deletes record(s) matching the provided criteria from the given table.
AdminHaRefreshResponse adminHaRefresh(IDictionary< string, string > options=null)
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
AlterTableColumnsResponse alterTableColumns(AlterTableColumnsRequest request_)
Apply various modifications to columns in a table, view.
AlterTableMetadataResponse alterTableMetadata(AlterTableMetadataRequest request_)
Updates (adds or changes) metadata for tables.
A set of results returned by Kinetica.revokePermissionSystem.
AggregateConvexHullResponse aggregateConvexHull(AggregateConvexHullRequest request_)
Calculates and returns the convex hull for the values in a table specified by table_name.
A set of results returned by Kinetica.adminAddRanks.
AdminRemoveHostResponse adminRemoveHost(AdminRemoveHostRequest request_)
Removes a host from an existing cluster.
HasTypeResponse hasType(HasTypeRequest request_)
Check for the existence of a type.
ShowStatisticsResponse showStatistics(IList< string > table_names, IDictionary< string, string > options=null)
Retrieves the collected column statistics for the specified table(s).
AggregateUniqueResponse aggregateUnique(string table_name, string column_name, long offset=0, long limit=-9999, IDictionary< string, string > options=null)
Returns all the unique values from a particular column (specified by column_name ) of a particular ta...
CreateCredentialResponse createCredential(CreateCredentialRequest request_)
Create a new credential.
ShowTableResponse showTable(string table_name, IDictionary< string, string > options=null)
Retrieves detailed information about a table, view, or schema, specified in table_name .
A set of results returned by Kinetica.showDatasource.
A set of parameters for Kinetica.alterTableMonitor.
A set of results returned by Kinetica.createDatasink.
GrantPermissionDirectoryResponse grantPermissionDirectory(GrantPermissionDirectoryRequest request_)
Grants a KiFS directory-level permission to a user or role.
DeleteGraphResponse deleteGraph(string graph_name, IDictionary< string, string > options=null)
Deletes an existing graph from the graph server and/or persist.
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.
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.
A set of parameters for Kinetica.deleteFiles.
A set of results returned by Kinetica.exportQueryMetrics.
A set of parameters for Kinetica.createDatasink.
A set of parameters for Kinetica.alterResourceGroup.
A set of results returned by Kinetica.createUserInternal.
A set of parameters for Kinetica.showResourceObjects.
ShowDirectoriesResponse showDirectories(string directory_name="", IDictionary< string, string > options=null)
Shows information about directories in KiFS.
A set of results returned by Kinetica.hasSchema.
AdminRebalanceResponse adminRebalance(AdminRebalanceRequest request_)
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately ...
A set of parameters for Kinetica.showFiles.
AggregateGroupByResponse aggregateGroupBy(string table_name, IList< string > column_names, long offset=0, long limit=-9999, IDictionary< string, string > options=null)
Calculates unique combinations (groups) of values for the given columns in a given table or view and ...
A set of results returned by Kinetica.exportRecordsToTable.
CreateUnionResponse createUnion(CreateUnionRequest request_)
Merges data from one or more tables with comparable data types into a new table.
CheckTableResponse checkTable(CheckTableRequest request_)
Scans the requested tables as specified in table_names for integrity.
A set of results returned by Kinetica.createCredential.
DropCredentialResponse dropCredential(DropCredentialRequest request_)
Drop an existing credential.
FilterByTableResponse filterByTable(FilterByTableRequest request_)
Filters objects in one table based on objects in another table.
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 parameters for Kinetica.alterTableColumns.
string response_schema_str
Avro schema of binary_encoded_response or json_encoded_response.
A set of results returned by Kinetica.createTableMonitor.
AdminRemoveRanksResponse adminRemoveRanks(IList< string > ranks, IDictionary< string, string > options=null)
Remove one or more ranks from an existing Kinetica cluster.
IDictionary< string, string > info
Additional information.
CreateJobResponse createJob(CreateJobRequest request_)
Create a job which will run asynchronously.
A set of results returned by Kinetica.showSystemTiming.
string table_name
Name of table to which the records are to be added, in [schema_name.
ShowTriggersResponse showTriggers(ShowTriggersRequest request_)
Retrieves information regarding the specified triggers or all existing triggers currently active.
A set of results returned by Kinetica.alterSystemProperties.
A set of results returned by Kinetica.dropDatasource.
ShowSchemaResponse showSchema(string schema_name, IDictionary< string, string > options=null)
Retrieves information about a schema (or all schemas), as specified in schema_name .
GrantRoleResponse grantRole(GrantRoleRequest request_)
Grants membership in a role to a user or role.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.adminShowClusterOperations.
LockTableResponse lockTable(string table_name, string lock_type=LockTableRequest.LockType.STATUS, IDictionary< string, string > options=null)
Manages global access to a table's data.
ShowGraphResponse showGraph(ShowGraphRequest request_)
Shows information and characteristics of graphs that exist on the graph server.
A set of parameters for Kinetica.uploadFilesFromurl.
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.
A set of parameters for Kinetica.adminBackupBegin.
KillProcResponse killProc(string run_id="", IDictionary< string, string > options=null)
Kills a running proc instance.
A set of results returned by Kinetica.clearTable.
long total_number_of_records
Total/Filtered number of records.
A set of results returned by Kinetica.clearTableMonitor.
A set of parameters for Kinetica.dropSchema.
A set of results returned by Kinetica.adminRemoveHost.
DropDatasourceResponse dropDatasource(string name, IDictionary< string, string > options=null)
Drops an existing data source.
DeleteFilesResponse deleteFiles(IList< string > file_names, IDictionary< string, string > options=null)
Deletes one or more files from KiFS.
RevokePermissionDatasourceResponse revokePermissionDatasource(RevokePermissionDatasourceRequest request_)
Revokes a data source permission from a user or role.
CreateCatalogResponse createCatalog(string name, string table_format, string location, string type, string credential, string datasource, IDictionary< string, string > options=null)
Creates a catalog, which contains the location and connection information for a deltalake catalog tha...
ShowWalResponse showWal(ShowWalRequest request_)
Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL ent...
CreateBackupResponse createBackup(string backup_name, string backup_type, IDictionary< string, string > backup_objects_map, string datasink_name, IDictionary< string, string > options=null)
Creates a database backup, containing a snapshot of existing objects, at the remote file store access...
AdminShowShardsResponse adminShowShards(AdminShowShardsRequest request_)
Show the mapping of shards to the corresponding rank and tom.
HasPermissionResponse hasPermission(string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null)
Checks if the specified user has the specified permission on the specified object.
QueryGraphResponse queryGraph(QueryGraphRequest request_)
Employs a topological query on a graph generated a-priori by createGraph and returns a list of adjace...
AlterSystemPropertiesResponse alterSystemProperties(AlterSystemPropertiesRequest request_)
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not...
bool has_more_records
Too many records.
A set of results returned by Kinetica.alterRole.
A set of parameters for Kinetica.alterTable.
AggregateMinMaxGeometryResponse aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest request_)
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geomet...
ShowDatasinkResponse showDatasink(ShowDatasinkRequest request_)
Shows information about a specified data sink or all data sinks.
A set of results returned by Kinetica.filterBySeries.
A set of parameters for Kinetica.createProc.
ShowTableMonitorsResponse showTableMonitors(IList< string > monitor_ids, IDictionary< string, string > options=null)
Show table monitors and their properties.
A set of results returned by Kinetica.grantPermission.
bool has_more_records
Too many records.
A set of parameters for Kinetica.adminAlterHost.
bool has_more_records
Too many records.
AdminAddRanksResponse adminAddRanks(AdminAddRanksRequest request_)
Add one or more ranks to an existing Kinetica cluster.
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.
string table_name
The same table name as was passed in the parameter list.
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.
DeleteFilesResponse deleteFiles(DeleteFilesRequest request_)
Deletes one or more files from KiFS.
AdminBackupBeginResponse adminBackupBegin(AdminBackupBeginRequest request_)
Prepares the system for a backup by closing all open file handles after allowing current active jobs ...
FilterByAreaResponse filterByArea(FilterByAreaRequest request_)
Calculates which objects from a table are within a named area of interest (NAI/polygon).
string response_schema_str
Avro schema of binary_encoded_response or json_encoded_response.
DropDatasinkResponse dropDatasink(string name, IDictionary< string, string > options=null)
Drops an existing data sink.
AdminShowClusterOperationsResponse adminShowClusterOperations(AdminShowClusterOperationsRequest request_)
Requests the detailed status of the current operation (by default) or a prior cluster operation speci...
ShowWalResponse showWal(IList< string > table_names, IDictionary< string, string > options=null)
Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL ent...
KillProcResponse killProc(KillProcRequest request_)
Kills a running proc instance.
A set of results returned by Kinetica.checkTable.
GetGraphEntitiesResponse getGraphEntities(GetGraphEntitiesRequest request_)
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
AlterWalResponse alterWal(AlterWalRequest request_)
Alters table write-ahead log (WAL) settings.Returns information about the requested table WAL modific...
string table_name
The same table name as was passed in the parameter list.
A set of parameters for Kinetica.aggregateHistogram.
A set of parameters for Kinetica.alterSchema.
IList< string > type_names
The type IDs (one per series/track) of the returned series/tracks.
bool has_more_records
Too many records.
A set of results returned by Kinetica.visualizeImageChart.
A set of results returned by Kinetica.alterResourceGroup.
A set of parameters for Kinetica.insertRecordsFromQuery.
A set of results returned by Kinetica.getRecords.
A set of parameters for Kinetica.grantPermissionDirectory.
A set of results returned by Kinetica.createTriggerByRange.
CreateTableResponse createTable(CreateTableRequest request_)
Creates a new table with the given type (definition of columns).
AdminRepairTableResponse adminRepairTable(IList< string > table_names, IDictionary< string, string > table_types, IDictionary< string, string > options=null)
Manually repair a corrupted table.Returns information about affected tables.
GetGraphEntitiesResponse getGraphEntities(string graph_name, long offset=0, long limit=10000, IDictionary< string, string > options=null)
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
A set of parameters for Kinetica.deleteRecords.
A set of parameters for Kinetica.lockTable.
A set of parameters for Kinetica.deleteRole.
AlterSchemaResponse alterSchema(AlterSchemaRequest request_)
Used to change the name of a SQL-style schema, specified in schema_name.
A set of parameters for Kinetica.showProcStatus.
A set of results returned by Kinetica.downloadFiles.
AlterSchemaResponse alterSchema(string schema_name, string action, string _value, IDictionary< string, string > options=null)
Used to change the name of a SQL-style schema, specified in schema_name .
A set of results returned by Kinetica.clearStatistics.
DropDatasinkResponse dropDatasink(DropDatasinkRequest request_)
Drops an existing data sink.
AlterDirectoryResponse alterDirectory(AlterDirectoryRequest request_)
Alters an existing directory in KiFS.
long total_number_of_records
Total/Filtered number of records.
string paging_table
Name of the table that has the result records of the query.
A set of parameters for Kinetica.aggregateStatisticsByRange.
AdminSendAlertResponse adminSendAlert(string message, string label, string log_level, IDictionary< string, string > options=null)
Sends a user generated alert to the monitoring system.
A set of results returned by Kinetica.exportRecordsToFiles.
IList< KineticaRecord > data
Avro binary encoded response.
A set of parameters for Kinetica.appendRecords.
A set of parameters for Kinetica.revokePermissionCredential.
A set of parameters for Kinetica.createTableMonitor.
A set of parameters for Kinetica.downloadFiles.
CreateDirectoryResponse createDirectory(string directory_name, IDictionary< string, string > options=null)
Creates a new directory in KiFS.
A set of results returned by Kinetica.aggregateMinMax.
A set of parameters for Kinetica.alterDatasink.
A set of results returned by Kinetica.filterByRadius.
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 type_definition
Value of type_definition.
A set of parameters for Kinetica.createUnion.
InsertRecordsFromPayloadResponse insertRecordsFromPayload(string table_name, string data_text, byte[] data_bytes, IDictionary< string, IDictionary< string, string >> modify_columns=null, IDictionary< string, string > create_table_options=null, IDictionary< string, string > options=null)
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
AlterDirectoryResponse alterDirectory(string directory_name, IDictionary< string, string > directory_updates_map, IDictionary< string, string > options=null)
Alters an existing directory in KiFS.
A set of results returned by Kinetica.createTriggerByArea.
CreateDatasinkResponse createDatasink(CreateDatasinkRequest request_)
Creates a data sink, which contains the destination information for a data sink that is external to t...
A set of parameters for Kinetica.showSystemTiming.
bool has_more_records
Too many records.
A set of results returned by Kinetica.adminShowJobs.
ShowEnvironmentResponse showEnvironment(ShowEnvironmentRequest request_)
Shows information about a specified user-defined function (UDF) environment or all environments....
string response_schema_str
Avro schema of binary_encoded_response or json_encoded_response.
AlterVideoResponse alterVideo(string path, IDictionary< string, string > options=null)
Alters a video.
AdminShutdownResponse adminShutdown(AdminShutdownRequest request_)
Exits the database server application.
GrantPermissionProcResponse grantPermissionProc(GrantPermissionProcRequest request_)
Grants a proc-level permission to a user or role.
A set of results returned by Kinetica.aggregateUnpivot.
IList< string > type_names
The type IDs of the corresponding records in records_binary or records_json.
const string DISTRIBUTED
Input table data will be divided into data segments that are distributed across all nodes in the clus...
ShowSecurityResponse showSecurity(ShowSecurityRequest request_)
Shows security information relating to users and/or roles.
A set of parameters for Kinetica.deleteResourceGroup.
A set of results returned by Kinetica.alterTier.
A set of results returned by Kinetica.adminAlterHost.
A set of results returned by Kinetica.clearTrigger.
ShowTablesByTypeResponse showTablesByType(ShowTablesByTypeRequest request_)
Gets names of the tables whose type matches the given criteria.
A set of results returned by Kinetica.createDatasource.
GrantPermissionCredentialResponse grantPermissionCredential(GrantPermissionCredentialRequest request_)
Grants a credential-level permission to a user or role.
A set of results returned by Kinetica.dropCatalog.
ExecuteSqlResponse executeSql(ExecuteSqlRequest request_)
Execute a SQL statement (query, DML, or DDL).
A set of parameters for Kinetica.revokePermissionDatasource.
A set of parameters for Kinetica.createEnvironment.
ShowBackupResponse showBackup(ShowBackupRequest request_)
Shows information about one or more backups accessible via the data source specified by datasource_na...
A set of results returned by Kinetica.revokePermission.
RepartitionGraphResponse repartitionGraph(string graph_name, IDictionary< string, string > options=null)
Rebalances an existing partitioned graph.
A set of results returned by Kinetica.adminSwitchover.
CreateJoinTableResponse createJoinTable(CreateJoinTableRequest request_)
Creates a table that is the result of a SQL JOIN.
ShowDatasourceResponse showDatasource(string name, IDictionary< string, string > options=null)
Shows information about a specified data source or all data sources.
InsertRecordsFromQueryResponse insertRecordsFromQuery(InsertRecordsFromQueryRequest request_)
Computes remote query result and inserts the result data into a new or existing table
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...
CreateGraphResponse createGraph(CreateGraphRequest request_)
Creates a new graph network using given nodes, edges, weights, and restrictions.
ShowSqlProcResponse showSqlProc(string procedure_name="", IDictionary< string, string > options=null)
Shows information about SQL procedures, including the full definition of each requested procedure.
RevokePermissionProcResponse revokePermissionProc(RevokePermissionProcRequest request_)
Revokes a proc-level permission from a user or role.
GrantPermissionSystemResponse grantPermissionSystem(GrantPermissionSystemRequest request_)
Grants a system-level permission to a user or role.
AdminRemoveRanksResponse adminRemoveRanks(AdminRemoveRanksRequest request_)
Remove one or more ranks from an existing Kinetica cluster.
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.
A set of results returned by Kinetica.hasTable.
A set of results returned by Kinetica.adminBackupBegin.
A set of results returned by Kinetica.dropCredential.
ShowProcStatusResponse showProcStatus(string run_id="", IDictionary< string, string > options=null)
Shows the statuses of running or completed proc instances.
A set of parameters for Kinetica.adminAddHost.
ShowVideoResponse showVideo(ShowVideoRequest request_)
Retrieves information about rendered videos.
ShowTriggersResponse showTriggers(IList< string > trigger_ids, IDictionary< string, string > options=null)
Retrieves information regarding the specified triggers or all existing triggers currently active.
A set of parameters for Kinetica.exportRecordsToTable.
DropDatasourceResponse dropDatasource(DropDatasourceRequest request_)
Drops an existing data source.
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.
A set of parameters for Kinetica.alterVideo.
A set of results returned by Kinetica.adminBackupEnd.
A set of results returned by Kinetica.grantPermissionProc.
A set of parameters for Kinetica.createUserExternal.
string table_name
Value of table_name.
A set of parameters for Kinetica.showGraph.
bool has_more_records
Too many records.
ExportRecordsToTableResponse exportRecordsToTable(string table_name, string remote_query="", IDictionary< string, string > options=null)
Exports records from source table to the specified target table in an external database
bool has_more_records
Too many records.
DeleteProcResponse deleteProc(string proc_name, IDictionary< string, string > options=null)
Deletes a proc.
string table_name
The same table name as was passed in the parameter list.
A set of results returned by Kinetica.aggregateUnpivot.
CreateCredentialResponse createCredential(string credential_name, string type, string identity, string secret, IDictionary< string, string > options=null)
Create a new credential.
A set of parameters for Kinetica.adminShutdown.
A set of results returned by Kinetica.filterByValue.
A set of parameters for Kinetica.filterByAreaGeometry.
AlterDatasourceResponse alterDatasource(AlterDatasourceRequest request_)
Alters the properties of an existing data source
A set of results returned by Kinetica.filterByString.
A set of parameters for Kinetica.updateRecordsRaw.
GrantPermissionDatasourceResponse grantPermissionDatasource(GrantPermissionDatasourceRequest request_)
Grants a data source permission to a user or role.
ShowSchemaResponse showSchema(ShowSchemaRequest request_)
Retrieves information about a schema (or all schemas), as specified in schema_name.
GetRecordsBySeriesResponse< T > getRecordsBySeries< T >(GetRecordsBySeriesRequest request_)
Retrieves the complete series/track records from the given world_table_name based on the partial trac...
A set of parameters for Kinetica.clearStatistics.
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 createTableMonitor.
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...
IDictionary< string, string > info
Additional information.
DropBackupResponse dropBackup(string backup_name, string datasink_name, IDictionary< string, string > options=null)
Deletes one or more existing database backups and contained snapshots, accessible via the data sink s...
ShowResourceObjectsResponse showResourceObjects(IDictionary< string, string > options=null)
Returns information about the internal sub-components (tiered objects) which use resources of the sys...
A set of results returned by Kinetica.alterUser.
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 ...
const string STATUS
Show locked status
A set of results returned by Kinetica.updateRecords.
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.
GrantPermissionResponse grantPermission(GrantPermissionRequest request_)
Grant user or role the specified permission on the specified object.
A set of parameters for Kinetica.showResourceStatistics.
GetRecordsByColumnResponse getRecordsByColumn(string table_name, IList< string > column_names, long offset=0, long limit=-9999, IDictionary< string, string > options=null)
For a given table, retrieves the values from the requested column(s).
A set of parameters for Kinetica.getRecordsByColumn.
A set of results returned by Kinetica.alterDatasink.
A set of parameters for Kinetica.grantPermissionDatasource.
string table_name
The same table name as was passed in the parameter list.
A set of parameters for Kinetica.revokePermissionSystem.
A set of parameters for Kinetica.createDatasource.
bool has_more_records
Too many records.
ShowFilesResponse showFiles(IList< string > paths, IDictionary< string, string > options=null)
Shows information about files in KiFS.
A set of parameters for Kinetica.createBackup.
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.
AdminSwitchoverResponse adminSwitchover(IList< string > processes, IList< string > destinations, IDictionary< string, string > options=null)
Manually switch over one or more processes to another host.
RepartitionGraphResponse repartitionGraph(RepartitionGraphRequest request_)
Rebalances an existing partitioned graph.
const string MARKOV_CHAIN
Matches sample_points to the graph using the Hidden Markov Model (HMM)-based method,...
A set of parameters for Kinetica.restoreBackup.
InsertRecordsFromFilesResponse insertRecordsFromFiles(InsertRecordsFromFilesRequest request_)
Reads from one or more files and inserts the data into a new or existing table.
A set of parameters for Kinetica.showCredential.
A set of parameters for Kinetica.grantPermissionCredential.
A set of parameters for Kinetica.adminAlterJobs.
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.
CreateGraphResponse createGraph(string graph_name, bool directed_graph, IList< string > nodes, IList< string > edges, IList< string > weights, IList< string > restrictions, IDictionary< string, string > options=null)
Creates a new graph network using given nodes, edges, weights, and restrictions.
ShowDirectoriesResponse showDirectories(ShowDirectoriesRequest request_)
Shows information about directories in KiFS.
A set of results returned by Kinetica.alterTableColumns.
A set of parameters for Kinetica.exportRecordsToFiles.
A set of results returned by Kinetica.deleteDirectory.
AlterTableColumnsResponse alterTableColumns(string table_name, IList< IDictionary< string, string >> column_alterations, IDictionary< string, string > options)
Apply various modifications to columns in a table, view.
AdminOfflineResponse adminOffline(AdminOfflineRequest request_)
Take the system offline.
HasSchemaResponse hasSchema(HasSchemaRequest request_)
Checks for the existence of a schema with the given name.
InsertRecordsFromQueryResponse insertRecordsFromQuery(string table_name, string remote_query, IDictionary< string, IDictionary< string, string >> modify_columns=null, IDictionary< string, string > create_table_options=null, IDictionary< string, string > options=null)
Computes remote query result and inserts the result data into a new or existing table
GrantPermissionDatasourceResponse grantPermissionDatasource(string name, string permission, string datasource_name, IDictionary< string, string > options=null)
Grants a data source permission to a user or role.
ShowSystemTimingResponse showSystemTiming(IDictionary< string, string > options=null)
Returns the last 100 database requests along with the request timing and internal job ID.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
A set of parameters for Kinetica.clearTables.
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.
A set of results returned by Kinetica.adminAlterJobs.
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 or view match a string expression for the given string columns.
RevokePermissionProcResponse revokePermissionProc(string name, string permission, string proc_name, IDictionary< string, string > options=null)
Revokes a proc-level permission from a user or role.
A set of results returned by Kinetica.alterDatasource.
byte [] binary_encoded_response
Avro binary encoded response.
A set of results returned by Kinetica.grantPermissionDatasource.
AlterDatasinkResponse alterDatasink(AlterDatasinkRequest request_)
Alters the properties of an existing data sink
UploadFilesFromurlResponse uploadFilesFromurl(UploadFilesFromurlRequest request_)
Uploads one or more files to KiFS.
DropSchemaResponse dropSchema(DropSchemaRequest request_)
Drops an existing SQL-style schema, specified in schema_name.
A set of parameters for Kinetica.showSystemProperties.
RevokePermissionCredentialResponse revokePermissionCredential(string name, string permission, string credential_name, IDictionary< string, string > options=null)
Revokes a credential-level permission from a user or role.
ShowResourceStatisticsResponse showResourceStatistics(ShowResourceStatisticsRequest request_)
Requests various statistics for storage/memory tiers and resource groups.Returns statistics on a per-...
A set of parameters for Kinetica.showDatasink.
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).
ClearStatisticsResponse clearStatistics(ClearStatisticsRequest request_)
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
CheckTableResponse checkTable(IList< string > table_names, IDictionary< string, string > options=null)
Scans the requested tables as specified in table_names for integrity.
AdminShowShardsResponse adminShowShards(IDictionary< string, string > options=null)
Show the mapping of shards to the corresponding rank and tom.
ShowResourceStatisticsResponse showResourceStatistics(IDictionary< string, string > options=null)
Requests various statistics for storage/memory tiers and resource groups.Returns statistics on a per-...
A set of results returned by Kinetica.createProjection.
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 with the given type (definition of columns).
AlterWalResponse alterWal(IList< string > table_names, IDictionary< string, string > options=null)
Alters table write-ahead log (WAL) settings.Returns information about the requested table WAL modific...
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...
IList< string > type_schemas
The type schemas (one per series/track) of the returned series/tracks.
long total_number_of_records
Total/Filtered number of records.
A set of results returned by Kinetica.revokePermissionProc.
A set of parameters for Kinetica.alterRole.
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...
ShowStatisticsResponse showStatistics(ShowStatisticsRequest request_)
Retrieves the collected column statistics for the specified table(s).
AppendRecordsResponse appendRecords(AppendRecordsRequest request_)
Append (or insert) all records from a source table (specified by source_table_name) to a particular t...
A set of results returned by Kinetica.showSqlProc.
A set of parameters for Kinetica.deleteProc.
A set of parameters for Kinetica.hasProc.
string type_schema
Avro schema of records_binary or records_json
ShowResourceGroupsResponse showResourceGroups(IList< string > names, IDictionary< string, string > options=null)
Requests resource group properties.Returns detailed information about the requested resource groups.
A set of parameters for Kinetica.solveGraph.
A set of results returned by Kinetica.showGraph.
AlterRoleResponse alterRole(AlterRoleRequest request_)
Alters a Role.
A set of parameters for Kinetica.filterBySeries.
A set of results returned by Kinetica.adminShutdown.
A set of parameters for Kinetica.showDirectories.
A set of parameters for Kinetica.grantPermissionTable.
AdminBackupEndResponse adminBackupEnd(AdminBackupEndRequest request_)
Restores the system to normal operating mode after a backup has completed, allowing any queries that ...
A set of results returned by Kinetica.grantPermissionTable.
A set of results returned by Kinetica.showTable.
A set of results returned by Kinetica.aggregateHistogram.
HasProcResponse hasProc(HasProcRequest request_)
Checks the existence of a proc with the given name.
string table_name
Typically shows the result-table name if provided in the request (Ignore otherwise).
AlterDatasinkResponse alterDatasink(string name, IDictionary< string, string > datasink_updates_map, IDictionary< string, string > options)
Alters the properties of an existing data sink
CollectStatisticsResponse collectStatistics(CollectStatisticsRequest request_)
Collect statistics for a column(s) in a specified table.
A set of string constants for the parameter ranking.
A set of parameters for Kinetica.adminBackupEnd.
A set of parameters for Kinetica.showEnvironment.
A set of results returned by Kinetica.showDirectories.
A set of parameters for Kinetica.alterTier.
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.
VisualizeIsochroneResponse visualizeIsochrone(string graph_name, string source_node, double max_solution_radius, IList< string > weights_on_edges, IList< string > restrictions, int num_levels, bool generate_image, string levels_table, IDictionary< string, string > style_options, IDictionary< string, string > solve_options=null, IDictionary< string, string > contour_options=null, IDictionary< string, string > options=null)
Generate an image containing isolines for travel results using an existing graph.
AdminRebalanceResponse adminRebalance(IDictionary< string, string > options=null)
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately ...
byte [] binary_encoded_response
Avro binary encoded response.
MatchGraphResponse matchGraph(string graph_name, IList< string > sample_points, string solve_method=MatchGraphRequest.SolveMethod.MARKOV_CHAIN, string solution_table="", IDictionary< string, string > options=null)
Matches a directed route implied by a given set of latitude/longitude points to an existing underlyin...
A set of results returned by Kinetica.createDirectory.
AlterSystemPropertiesResponse alterSystemProperties(IDictionary< string, string > property_updates_map, IDictionary< string, string > options=null)
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not...
A set of results returned by Kinetica.aggregateUnique.
A set of results returned by Kinetica.getGraphEntities.
A set of results returned by Kinetica.filterByBoxGeometry.
RevokePermissionCredentialResponse revokePermissionCredential(RevokePermissionCredentialRequest request_)
Revokes a credential-level permission from a user or role.
A set of parameters for Kinetica.adminShowShards.
A set of parameters for Kinetica.showTypes.
A set of results returned by Kinetica.showResourceGroups.
A set of parameters for Kinetica.filterByArea.
A set of results returned by Kinetica.repartitionGraph.
ShowGraphResponse showGraph(string graph_name="", IDictionary< string, string > options=null)
Shows information and characteristics of graphs that exist on the graph server.
ShowFilesResponse showFiles(ShowFilesRequest request_)
Shows information about files in KiFS.
AdminBackupBeginResponse adminBackupBegin(IDictionary< string, string > options=null)
Prepares the system for a backup by closing all open file handles after allowing current active jobs ...
CollectStatisticsResponse collectStatistics(string table_name, IList< string > column_names, IDictionary< string, string > options=null)
Collect statistics for a column(s) in a specified table.
A set of results returned by Kinetica.deleteRecords.
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 or view and ...
A set of parameters for Kinetica.grantPermissionSystem.
A set of results returned by Kinetica.deleteResourceGroup.
GetJobResponse getJob(long job_id, IDictionary< string, string > options=null)
Get the status and result of asynchronously running job.
AdminHaOfflineResponse adminHaOffline(AdminHaOfflineRequest request_)
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
RevokeRoleResponse revokeRole(RevokeRoleRequest request_)
Revokes membership in a role from a user or role.
A set of results returned by Kinetica.getRecordsBySeries.
A set of results returned by Kinetica.adminAddHost.
DeleteResourceGroupResponse deleteResourceGroup(string name, IDictionary< string, string > options=null)
Deletes a resource group.
A set of results returned by Kinetica.executeSql.
AlterEnvironmentResponse alterEnvironment(string environment_name, string action, string _value, IDictionary< string, string > options=null)
Alters an existing environment which can be referenced by a user-defined function (UDF).
AdminHaRefreshResponse adminHaRefresh(AdminHaRefreshRequest request_)
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
CreateTableMonitorResponse createTableMonitor(CreateTableMonitorRequest request_)
Creates a monitor that watches for a single table modification event type (insert,...
AlterTierResponse alterTier(AlterTierRequest request_)
Alters properties of an existing tier to facilitate resource management.
LockTableResponse lockTable(LockTableRequest request_)
Manages global access to a table's data.
CreateResourceGroupResponse createResourceGroup(CreateResourceGroupRequest request_)
Creates a new resource group to facilitate resource management.
AlterTableMonitorResponse alterTableMonitor(AlterTableMonitorRequest request_)
Alters a table monitor previously created with createTableMonitor.
A set of results returned by Kinetica.showVideo.
A set of results returned by Kinetica.grantPermissionCredential.
SolveGraphResponse solveGraph(SolveGraphRequest request_)
Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman,...
A set of results returned by Kinetica.alterSchema.
A set of parameters for Kinetica.grantRole.
A set of results returned by Kinetica.alterEnvironment.
A set of results returned by Kinetica.deleteRole.
A set of results returned by Kinetica.createMaterializedView.
string response_schema_str
Avro schema of binary_encoded_response or json_encoded_response.
CreateTypeResponse createType(string type_definition, string label, IDictionary< string, IList< string >> properties=null, IDictionary< string, string > options=null)
Creates a new type describing the columns of a table.
CreateTableExternalResponse createTableExternal(CreateTableExternalRequest request_)
Creates a new external table, which is a local database object whose source data is located externall...
AlterTierResponse alterTier(string name, IDictionary< string, string > options=null)
Alters properties of an existing tier to facilitate resource management.
A set of parameters for Kinetica.filterByList.
AlterDatasourceResponse alterDatasource(string name, IDictionary< string, string > datasource_updates_map, IDictionary< string, string > options)
Alters the properties of an existing data source
A set of parameters for Kinetica.getGraphEntities.
A set of parameters for Kinetica.showDatasource.
A set of parameters for Kinetica.createTableExternal.
GetRecordsFromCollectionResponse< T > getRecordsFromCollection< T >(GetRecordsFromCollectionRequest request_)
Retrieves records from a collection.
A set of parameters for Kinetica.filterByValue.
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.
CreateProcResponse createProc(CreateProcRequest request_)
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command,...
AlterCredentialResponse alterCredential(string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options)
Alter the properties of an existing credential.
RevokePermissionDatasourceResponse revokePermissionDatasource(string name, string permission, string datasource_name, IDictionary< string, string > options=null)
Revokes a data source permission from a user or role.
AlterBackupResponse alterBackup(string backup_name, string action, string _value, string datasink_name, IDictionary< string, string > options=null)
Alters an existing database backup, accessible via the data sink specified by datasink_name .
AggregateStatisticsByRangeResponse aggregateStatisticsByRange(AggregateStatisticsByRangeRequest request_)
Divides the given set into bins and calculates statistics of the values of a value-column in each bin...
IList< IDictionary< string, IList< string > > > properties
GetJobResponse getJob(GetJobRequest request_)
Get the status and result of asynchronously running job.
A set of results returned by Kinetica.showStatistics.
A set of parameters for Kinetica.createProjection.
A set of parameters for Kinetica.createTriggerByRange.
FilterByAreaGeometryResponse filterByAreaGeometry(FilterByAreaGeometryRequest request_)
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/pol...
AdminAddHostResponse adminAddHost(string host_address, IDictionary< string, string > options=null)
Adds a host to an existing cluster.
IDictionary< string, string > info
Additional information.
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.
A set of parameters for Kinetica.revokePermissionDirectory.
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 or view.
A set of parameters for Kinetica.showBackup.
A set of results returned by Kinetica.createJob.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.adminRemoveHost.
UploadFilesResponse uploadFiles(IList< string > file_names, IList< byte[]> file_data, IDictionary< string, string > options=null)
Uploads one or more files to KiFS.
DownloadFilesResponse downloadFiles(DownloadFilesRequest request_)
Downloads one or more files from KiFS.
FilterByRangeResponse filterByRange(FilterByRangeRequest request_)
Calculates which objects from a table have a column that is within the given bounds.
A set of parameters for Kinetica.dropEnvironment.
CreateSchemaResponse createSchema(CreateSchemaRequest request_)
Creates a SQL-style schema.
A set of parameters for Kinetica.revokePermission.
HasRoleResponse hasRole(string principal, string role, IDictionary< string, string > options=null)
Checks if the specified user has the specified role.
InsertRecordsFromFilesResponse insertRecordsFromFiles(string table_name, IList< string > filepaths, IDictionary< string, IDictionary< string, string >> modify_columns=null, IDictionary< string, string > create_table_options=null, IDictionary< string, string > options=null)
Reads from one or more files and inserts the data into a new or existing table.
A set of results returned by Kinetica.matchGraph.
A set of results returned by Kinetica.revokePermissionCredential.
ClearStatisticsResponse clearStatistics(string table_name="", string column_name="", IDictionary< string, string > options=null)
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
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.alterDatasource.
bool has_more_records
Too many records.
AdminShowAlertsResponse adminShowAlerts(int num_alerts, IDictionary< string, string > options=null)
Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.
A set of parameters for Kinetica.hasSchema.
long total_number_of_records
Total/Filtered number of records.
A set of parameters for Kinetica.createGraph.
A set of parameters for Kinetica.insertRecords.
DropSchemaResponse dropSchema(string schema_name, IDictionary< string, string > options=null)
Drops an existing SQL-style schema, specified in schema_name .
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.
A set of parameters for Kinetica.executeSql.
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.
const string SHORTEST_PATH
Solves for the optimal (shortest) path based on weights and restrictions from one source to destinati...
A set of results returned by Kinetica.getRecordsByColumn.
RevokePermissionDirectoryResponse revokePermissionDirectory(RevokePermissionDirectoryRequest request_)
Revokes a KiFS directory-level permission from a user or role.
A set of parameters for Kinetica.alterUser.
A set of parameters for Kinetica.adminRepairTable.
UploadFilesResponse uploadFiles(UploadFilesRequest request_)
Uploads one or more files to KiFS.
A set of parameters for Kinetica.exportQueryMetrics.
A set of parameters for Kinetica.uploadFiles.
ShowDatasinkResponse showDatasink(string name, IDictionary< string, string > options=null)
Shows information about a specified data sink or all data sinks.
IList< string > record_ids
If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID ...
HasSchemaResponse hasSchema(string schema_name, IDictionary< string, string > options=null)
Checks for the existence of a schema with the given name.
A set of parameters for Kinetica.hasRole.
A set of results returned by Kinetica.filterByArea.
CreateUserExternalResponse createUserExternal(string name, IDictionary< string, string > options=null)
Creates a new external user (a user whose credentials are managed by an external LDAP).
A set of parameters for Kinetica.createCredential.
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.adminRemoveRanks.
A set of parameters for Kinetica.createTable.
AlterVideoResponse alterVideo(AlterVideoRequest request_)
Alters a video.
AlterUserResponse alterUser(string name, string action, string _value, IDictionary< string, string > options=null)
Alters a user.
IList< IDictionary< string, IList< string > > > properties
Property maps of the respective tables in table_names.
IList< IDictionary< string, string > > new_values_maps
List of new values for the matching records.
A set of parameters for Kinetica.getRecords.
CreateEnvironmentResponse createEnvironment(CreateEnvironmentRequest request_)
Creates a new environment which can be used by user-defined functions (UDF).
A set of results returned by Kinetica.revokeRole.
ShowBackupResponse showBackup(string backup_name, string datasource_name, IDictionary< string, string > options=null)
Shows information about one or more backups accessible via the data source specified by datasource_na...
RestoreBackupResponse restoreBackup(RestoreBackupRequest request_)
Restores database objects from a backup accessible via the data source specified by datasource_name.
string table_name
Typically shows the result-table name if provided in the request (Ignore otherwise).
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.createJoinTable.
A set of results returned by Kinetica.createBackup.
A set of parameters for Kinetica.filterByBoxGeometry.
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 createTableMonitor.
IDictionary< string, string > info
Additional information.
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.
IList< byte[]> records_binary
If the encoding parameter of the request was 'binary' then this list contains the binary encoded reco...
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 or view.
A set of results returned by Kinetica.showTableMonitors.
string table_name
Name of table to be updated, in [schema_name.
A set of results returned by Kinetica.showTablesByType.
A set of parameters for Kinetica.adminSwitchover.
CreateTypeResponse createType(CreateTypeRequest request_)
Creates a new type describing the columns 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.
IList< KineticaRecord > data
Avro binary encoded response.
DeleteGraphResponse deleteGraph(DeleteGraphRequest request_)
Deletes an existing graph from the graph server and/or persist.
A set of results returned by Kinetica.revokePermissionTable.
A set of results returned by Kinetica.adminSendAlert.
DeleteUserResponse deleteUser(string name, IDictionary< string, string > options=null)
Deletes an existing user.
CreateBackupResponse createBackup(CreateBackupRequest request_)
Creates a database backup, containing a snapshot of existing objects, at the remote file store access...
AlterCredentialResponse alterCredential(AlterCredentialRequest request_)
Alter the properties of an existing credential.
AdminShowJobsResponse adminShowJobs(IDictionary< string, string > options=null)
Get a list of the current jobs in GPUdb.
A set of string constants for the parameter solve_method.
CreateDatasinkResponse createDatasink(string name, string destination, IDictionary< string, string > options=null)
Creates a data sink, which contains the destination information for a data sink that is external to t...
long total_number_of_records
Total/Filtered number of records.
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.
A set of parameters for Kinetica.adminRebalance.
ClearTableResponse clearTable(ClearTableRequest request_)
Clears (drops) one or all tables in the database cluster.
ShowTableResponse showTable(ShowTableRequest request_)
Retrieves detailed information about a table, view, or schema, specified in table_name.
DropEnvironmentResponse dropEnvironment(string environment_name, IDictionary< string, string > options=null)
Drop an existing user-defined function (UDF) environment.
RevokePermissionResponse revokePermission(string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null)
Revoke user or role the specified permission on the specified object.
A set of results returned by Kinetica.showSystemStatus.
A set of results returned by Kinetica.insertRecordsFromFiles.
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.
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.
A set of parameters for Kinetica.filterByGeometry.
A set of parameters for Kinetica.grantPermission.
A set of parameters for Kinetica.adminShowAlerts.
ClearTriggerResponse clearTrigger(string trigger_id, IDictionary< string, string > options=null)
Clears or cancels the trigger identified by the specified handle.
ExportRecordsToFilesResponse exportRecordsToFiles(ExportRecordsToFilesRequest request_)
Export records from a table to files.
A set of parameters for Kinetica.repartitionGraph.
A set of results returned by Kinetica.executeProc.
A set of results returned by Kinetica.createVideo.
FilterByBoxGeometryResponse filterByBoxGeometry(FilterByBoxGeometryRequest request_)
Calculates which geospatial geometry objects from a table intersect a rectangular box.
A set of parameters for Kinetica.adminSendAlert.
CreateEnvironmentResponse createEnvironment(string environment_name, IDictionary< string, string > options=null)
Creates a new environment which can be used by user-defined functions (UDF).
byte [] binary_encoded_response
Avro binary encoded response.
CreateDatasourceResponse createDatasource(string name, string location, string user_name, string password, IDictionary< string, string > options=null)
Creates a data source, which contains the location and connection information for a data store that i...
AdminRemoveHostResponse adminRemoveHost(string host, IDictionary< string, string > options=null)
Removes a host from an existing cluster.
IDictionary< string, IList< string > > properties
Value of properties.
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).
ShowCredentialResponse showCredential(string credential_name, IDictionary< string, string > options=null)
Shows information about a specified credential or all credentials.
CreateCatalogResponse createCatalog(CreateCatalogRequest request_)
Creates a catalog, which contains the location and connection information for a deltalake catalog tha...
A set of parameters for Kinetica.visualizeIsochrone.
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 results returned by Kinetica.createCatalog.
A set of parameters for Kinetica.aggregateConvexHull.
GrantPermissionProcResponse grantPermissionProc(string name, string permission, string proc_name, IDictionary< string, string > options=null)
Grants a proc-level permission to a user or role.
ExportQueryMetricsResponse exportQueryMetrics(IDictionary< string, string > options=null)
Export query metrics to a given destination.Returns query metrics.
A set of parameters for Kinetica.showTable.
A set of results returned by Kinetica.alterTableMonitor.
A set of results returned by Kinetica.showSchema.
long total_number_of_records
Total/Filtered number of records.
A set of results returned by Kinetica.createProc.
AlterBackupResponse alterBackup(AlterBackupRequest request_)
Alters an existing database backup, accessible via the data sink specified by datasink_name.
A set of parameters for Kinetica.alterSystemProperties.
A set of parameters for Kinetica.showSqlProc.
ShowSystemPropertiesResponse showSystemProperties(ShowSystemPropertiesRequest request_)
Returns server configuration and version related information to the caller.
A set of results returned by Kinetica.createGraph.
CreateDatasourceResponse createDatasource(CreateDatasourceRequest request_)
Creates a data source, which contains the location and connection information for a data store that i...
A set of parameters for Kinetica.filterByRange.
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.
AdminAlterHostResponse adminAlterHost(string host, IDictionary< string, string > options=null)
Alter properties on an existing host in the cluster.
A set of parameters for Kinetica.revokeRole.
A set of results returned by Kinetica.dropDatasink.
A set of parameters for Kinetica.deleteDirectory.
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.
A set of results returned by Kinetica.aggregateGroupBy.
A set of parameters for Kinetica.showSchema.
ExecuteProcResponse executeProc(ExecuteProcRequest request_)
Executes a proc.
A set of results returned by Kinetica.getRecordsFromCollection.
A set of parameters for Kinetica.dropCredential.
string paging_table
Name of the table that has the result records of the query.
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 results returned by Kinetica.alterVideo.
string type_id
An identifier representing the created type.
A set of parameters for Kinetica.insertRecordsRaw.
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.
AlterTableResponse alterTable(AlterTableRequest request_)
Apply various modifications to a table or view.
CreateVideoResponse createVideo(string attribute, string begin, double duration_seconds, string end, double frames_per_second, string style, string path, string style_parameters, IDictionary< string, string > options=null)
Creates a job to generate a sequence of raster images that visualize data over a specified time.
A set of results returned by Kinetica.showTriggers.
A set of parameters for Kinetica.aggregateKMeans.
MatchGraphResponse matchGraph(MatchGraphRequest request_)
Matches a directed route implied by a given set of latitude/longitude points to an existing underlyin...
A set of parameters for Kinetica.createJob.
A set of results returned by Kinetica.showDatasink.
A set of parameters for Kinetica.alterCredential.
CreateTriggerByAreaResponse createTriggerByArea(CreateTriggerByAreaRequest request_)
Sets up an area trigger mechanism for two column_names for one or more tables.
A set of parameters for Kinetica.createDirectory.
A set of results returned by Kinetica.revokePermissionDirectory.
GrantPermissionTableResponse grantPermissionTable(GrantPermissionTableRequest request_)
Grants a table-level permission to a user or role.
A set of results returned by Kinetica.appendRecords.
A set of results returned by Kinetica.dropSchema.
A set of results returned by Kinetica.filterByRadiusGeometry.
A set of string constants for the parameter lock_type.
A set of parameters for Kinetica.collectStatistics.
A set of results returned by Kinetica.filterByBox.
A set of results returned by Kinetica.showProc.
AlterTableResponse alterTable(string table_name, string action, string _value, IDictionary< string, string > options=null)
Apply various modifications to a table or view.
A set of results returned by Kinetica.createUserExternal.
AdminBackupEndResponse adminBackupEnd(IDictionary< string, string > options=null)
Restores the system to normal operating mode after a backup has completed, allowing any queries that ...
A set of results returned by Kinetica.insertRecordsFromPayload.
A set of results returned by Kinetica.filterByAreaGeometry.
CreateResourceGroupResponse createResourceGroup(string name, IDictionary< string, IDictionary< string, string >> tier_attributes, string ranking, string adjoining_resource_group="", IDictionary< string, string > options=null)
Creates a new resource group to facilitate resource management.
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.
A set of results returned by Kinetica.hasRole.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.adminHaOffline.
AdminShowClusterOperationsResponse adminShowClusterOperations(int history_index=0, IDictionary< string, string > options=null)
Requests the detailed status of the current operation (by default) or a prior cluster operation speci...
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...
A set of parameters for Kinetica.dropDatasource.
ShowTableMonitorsResponse showTableMonitors(ShowTableMonitorsRequest request_)
Show table monitors and their properties.
ShowTableMetadataResponse showTableMetadata(ShowTableMetadataRequest request_)
Retrieves the user provided metadata for the specified tables.
A set of results returned by Kinetica.adminVerifyDb.
long count_affected
The number of objects/records affected.
A set of results returned by Kinetica.solveGraph.
AdminAlterJobsResponse adminAlterJobs(AdminAlterJobsRequest request_)
Perform the requested action on a list of one or more job(s).
AlterEnvironmentResponse alterEnvironment(AlterEnvironmentRequest request_)
Alters an existing environment which can be referenced by a user-defined function (UDF).
A set of results returned by Kinetica.uploadFiles.
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.
SolveGraphResponse solveGraph(string graph_name, IList< string > weights_on_edges=null, IList< string > restrictions=null, string solver_type=SolveGraphRequest.SolverType.SHORTEST_PATH, IList< string > source_nodes=null, IList< string > destination_nodes=null, string solution_table="graph_solutions", IDictionary< string, string > options=null)
Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman,...
GrantPermissionResponse grantPermission(string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null)
Grant user or role the specified permission on the specified object.
GrantPermissionSystemResponse grantPermissionSystem(string name, string permission, IDictionary< string, string > options=null)
Grants a system-level permission to a user or role.
A set of parameters for Kinetica.showSecurity.
UploadFilesFromurlResponse uploadFilesFromurl(IList< string > file_names, IList< string > urls, IDictionary< string, string > options=null)
Uploads one or more files to KiFS.
FilterByListResponse filterByList(FilterByListRequest request_)
Calculates which records from a table have values in the given list for the corresponding column.
A set of parameters for Kinetica.createCatalog.
string response_schema_str
Avro schema of binary_encoded_response or json_encoded_response.
IDictionary< string, string > info
Additional information.
CreateDirectoryResponse createDirectory(CreateDirectoryRequest request_)
Creates a new directory in KiFS.
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.
RestoreBackupResponse restoreBackup(string backup_name, IDictionary< string, string > restore_objects_map, string datasource_name, IDictionary< string, string > options=null)
Restores database objects from a backup accessible via the data source specified by datasource_name .
A set of results returned by Kinetica.restoreBackup.
A set of results returned by Kinetica.showResourceStatistics.
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.
A set of parameters for Kinetica.filterByString.
A set of results returned by Kinetica.createSchema.
A set of parameters for Kinetica.filter.
A set of results returned by Kinetica.hasProc.
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.showVideo.
A set of parameters for Kinetica.revokePermissionProc.
A set of parameters for Kinetica.aggregateMinMaxGeometry.
CreateVideoResponse createVideo(CreateVideoRequest request_)
Creates a job to generate a sequence of raster images that visualize data over a specified time.
A set of results returned by Kinetica.visualizeIsochrone.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.createTriggerByArea.
A set of results returned by Kinetica.hasType.
A set of parameters for Kinetica.alterEnvironment.
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.
A set of parameters for Kinetica.showTableMonitors.
A set of parameters for Kinetica.createVideo.
A set of results returned by Kinetica.showBackup.
A set of parameters for Kinetica.alterDirectory.
DropCredentialResponse dropCredential(string credential_name, IDictionary< string, string > options=null)
Drop an existing credential.
VisualizeImageChartResponse visualizeImageChart(VisualizeImageChartRequest request_)
Scatter plot is the only plot type currently supported.
CreateRoleResponse createRole(CreateRoleRequest request_)
Creates a new role.
ClearTriggerResponse clearTrigger(ClearTriggerRequest request_)
Clears or cancels the trigger identified by the specified handle.
A set of results returned by Kinetica.filterByGeometry.
A set of results returned by Kinetica.showCredential.
A set of results returned by Kinetica.createTableExternal.
A set of parameters for Kinetica.adminAddRanks.
A set of parameters for Kinetica.adminHaRefresh.
A set of parameters for Kinetica.matchGraph.
UpdateRecordsResponse updateRecordsRaw(RawUpdateRecordsRequest request_)
Runs multiple predicate-based updates in a single call.
RevokePermissionDirectoryResponse revokePermissionDirectory(string name, string permission, string directory_name, IDictionary< string, string > options=null)
Revokes a KiFS directory-level permission from a user or role.
ExecuteSqlResponse executeSql(string statement, long offset=0, long limit=-9999, string request_schema_str="", IList< byte[]> data=null, IDictionary< string, string > options=null)
Execute a SQL statement (query, DML, or DDL).
IList< string > type_labels
Type labels of the respective tables in table_names.
A set of results returned by Kinetica.filterByRange.
IList< string > type_ids
Type IDs of the respective tables in table_names.
A set of parameters for Kinetica.clearTableMonitor.
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.
A set of parameters for Kinetica.dropBackup.
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.
A set of results returned by Kinetica.deleteGraph.
ShowProcResponse showProc(ShowProcRequest request_)
Shows information about a proc.
A set of parameters for Kinetica.deleteUser.
A set of parameters for Kinetica.showTablesByType.
A set of results returned by Kinetica.grantPermissionDirectory.
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.adminHaOffline.
bool has_more_records
Too many records.
AlterTableMonitorResponse alterTableMonitor(string topic_id, IDictionary< string, string > monitor_updates_map, IDictionary< string, string > options=null)
Alters a table monitor previously created with createTableMonitor.
A set of results returned by Kinetica.showSecurity.
A set of results returned by Kinetica.filter.
IList< KineticaRecord > data
Avro binary encoded response.
CreateTableExternalResponse createTableExternal(string table_name, IList< string > filepaths, IDictionary< string, IDictionary< string, string >> modify_columns=null, IDictionary< string, string > create_table_options=null, IDictionary< string, string > options=null)
Creates a new external table, which is a local database object whose source data is located externall...
A set of results returned by Kinetica.createTable.
A set of results returned by Kinetica.showWal.
ShowDatasourceResponse showDatasource(ShowDatasourceRequest request_)
Shows information about a specified data source or all data sources.
IList< string > expressions
A list of the actual predicates, one for each update; format should follow the guidelines here.
AdminAddRanksResponse adminAddRanks(IList< string > hosts, IList< IDictionary< string, string >> config_params, IDictionary< string, string > options=null)
Add one or more ranks to an existing Kinetica cluster.
IList< IList< byte[]> > list_records_binary
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary enc...
AdminShowAlertsResponse adminShowAlerts(AdminShowAlertsRequest request_)
Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.
AdminAlterJobsResponse adminAlterJobs(IList< long > job_ids, string action, IDictionary< string, string > options=null)
Perform the requested action on a list of one or more job(s).
InsertRecordsRandomResponse insertRecordsRandom(InsertRecordsRandomRequest request_)
Generates a specified number of random records and adds them to the given table.
A set of parameters for Kinetica.adminShowClusterOperations.
DropBackupResponse dropBackup(DropBackupRequest request_)
Deletes one or more existing database backups and contained snapshots, accessible via the data sink s...
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 column_name) of a particular tab...
A set of results returned by Kinetica.insertRecordsFromQuery.
HasRoleResponse hasRole(HasRoleRequest request_)
Checks if the specified user has the specified role.
A set of parameters for Kinetica.clearTrigger.
RevokePermissionResponse revokePermission(RevokePermissionRequest request_)
Revoke user or role the specified permission on the specified object.
A set of parameters for Kinetica.aggregateStatistics.
ModifyGraphResponse modifyGraph(string graph_name, IList< string > nodes, IList< string > edges, IList< string > weights, IList< string > restrictions, IDictionary< string, string > options=null)
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
ShowTypesResponse showTypes(ShowTypesRequest request_)
Retrieves information for the specified data type ID or type label.
QueryGraphResponse queryGraph(string graph_name, IList< string > queries, IList< string > restrictions=null, string adjacency_table="", int rings=1, IDictionary< string, string > options=null)
Employs a topological query on a graph generated a-priori by createGraph and returns a list of adjace...
long total_number_of_records
Total/Filtered number of records.
RevokePermissionSystemResponse revokePermissionSystem(RevokePermissionSystemRequest request_)
Revokes a system-level permission from a user or role.
CreateSchemaResponse createSchema(string schema_name, IDictionary< string, string > options=null)
Creates a SQL-style schema.
A set of results returned by Kinetica.modifyGraph.
AlterRoleResponse alterRole(string name, string action, string _value, IDictionary< string, string > options=null)
Alters a Role.
A set of results returned by Kinetica.insertRecords.
A set of parameters for Kinetica.insertRecordsRandom.
A set of parameters for Kinetica.queryGraph.
A set of parameters for Kinetica.adminVerifyDb.
ClearTablesResponse clearTables(IList< string > table_names=null, IDictionary< string, string > options=null)
Clears (drops) tables in the database cluster.
A set of results returned by Kinetica.dropBackup.
DownloadFilesResponse downloadFiles(IList< string > file_names, IList< long > read_offsets, IList< long > read_lengths, IDictionary< string, string > options=null)
Downloads one or more files from KiFS.
GetRecordsByColumnResponse getRecordsByColumn(GetRecordsByColumnRequest request_)
For a given table, retrieves the values from the requested column(s).
VisualizeIsochroneResponse visualizeIsochrone(VisualizeIsochroneRequest request_)
Generate an image containing isolines for travel results using an existing graph.
A set of parameters for Kinetica.filterByTable.
A set of results returned by Kinetica.aggregateStatisticsByRange.
FilterByBoxResponse filterByBox(FilterByBoxRequest request_)
Calculates how many objects within the given table lie in a rectangular box.
A set of results returned by Kinetica.adminRemoveRanks.
AdminRepairTableResponse adminRepairTable(AdminRepairTableRequest request_)
Manually repair a corrupted table.Returns information about affected tables.
ShowCredentialResponse showCredential(ShowCredentialRequest request_)
Shows information about a specified credential or all credentials.
A set of results returned by Kinetica.createResourceGroup.
A set of parameters for Kinetica.showResourceGroups.
A set of results returned by Kinetica.queryGraph.
ModifyGraphResponse modifyGraph(ModifyGraphRequest request_)
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
A set of results returned by Kinetica.showProcStatus.
A set of parameters for Kinetica.createUserInternal.
A set of parameters for Kinetica.insertRecordsFromFiles.
IDictionary< string, string > info
Additional information.
A set of string constants for the parameter solver_type.
DeleteRoleResponse deleteRole(string name, IDictionary< string, string > options=null)
Deletes an existing role.
A set of parameters for Kinetica.createSchema.
A set of parameters for Kinetica.visualizeImageChart.
A set of results returned by Kinetica.showEnvironment.
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 parameters for Kinetica.showStatistics.
AdminSendAlertResponse adminSendAlert(AdminSendAlertRequest request_)
Sends a user generated alert to the monitoring system.
A set of results returned by Kinetica.deleteFiles.
ShowEnvironmentResponse showEnvironment(string environment_name="", IDictionary< string, string > options=null)
Shows information about a specified user-defined function (UDF) environment or all environments....
A set of results returned by Kinetica.uploadFilesFromurl.
A set of results returned by Kinetica.lockTable.
A set of results returned by Kinetica.alterDirectory.
ShowResourceGroupsResponse showResourceGroups(ShowResourceGroupsRequest request_)
Requests resource group properties.Returns detailed information about the requested resource groups.
A set of results returned by Kinetica.aggregateStatistics.
IList< byte[]> records_binary
If the encoding was 'binary', then this list contains the binary encoded records retrieved from the t...
long count_affected
The number of objects/records affected.
DeleteResourceGroupResponse deleteResourceGroup(DeleteResourceGroupRequest request_)
Deletes a resource group.
ExportRecordsToTableResponse exportRecordsToTable(ExportRecordsToTableRequest request_)
Exports records from source table to the specified target table in an external database
A set of results returned by Kinetica.alterTable.
IList< string > table_names
The table name (one per series/track) of the returned series/tracks.
A set of parameters for Kinetica.showWal.
CreateProjectionResponse createProjection(CreateProjectionRequest request_)
Creates a new projection of an existing table.
A set of parameters for Kinetica.alterWal.
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.
A set of parameters for Kinetica.createJoinTable.
A set of parameters for Kinetica.showSystemStatus.
A set of parameters for Kinetica.checkTable.
A set of parameters for Kinetica.executeProc.
DeleteDirectoryResponse deleteDirectory(DeleteDirectoryRequest request_)
Deletes a directory from KiFS.
ShowSecurityResponse showSecurity(IList< string > names, IDictionary< string, string > options=null)
Shows security information relating to users and/or roles.
A set of results returned by Kinetica.adminRepairTable.
ShowVideoResponse showVideo(IList< string > paths, IDictionary< string, string > options=null)
Retrieves information about rendered videos.
IList< KineticaRecord > data
Avro binary encoded response.
InsertRecordsFromPayloadResponse insertRecordsFromPayload(InsertRecordsFromPayloadRequest request_)
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
ShowSqlProcResponse showSqlProc(ShowSqlProcRequest request_)
Shows information about SQL procedures, including the full definition of each requested procedure.
A set of parameters for Kinetica.alterBackup.
A set of results returned by Kinetica.getRecordsBySeries.
A set of parameters for Kinetica.createRole.
A set of parameters for Kinetica.adminShowJobs.
A set of results returned by Kinetica.showFiles.
AdminAlterHostResponse adminAlterHost(AdminAlterHostRequest request_)
Alter properties on an existing host in the cluster.
A set of string constants for the parameter execution_mode.
A set of results returned by Kinetica.createType.
A set of results returned by Kinetica.adminShowAlerts.
A set of parameters for Kinetica.aggregateUnique.
A set of results returned by Kinetica.showTypes.
IList< KineticaRecord > data
Avro binary encoded response.
A set of results returned by Kinetica.adminHaRefresh.
A set of results returned by Kinetica.deleteUser.
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.
A set of results returned by Kinetica.adminOffline.
DeleteProcResponse deleteProc(DeleteProcRequest request_)
Deletes a proc.
A set of results returned by Kinetica.filterByList.
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 a single table modification event type (insert,...
A set of results returned by Kinetica.getRecords.
ShowResourceObjectsResponse showResourceObjects(ShowResourceObjectsRequest request_)
Returns information about the internal sub-components (tiered objects) which use resources of the sys...
A set of parameters for Kinetica.insertRecordsFromPayload.
A set of parameters for Kinetica.adminOffline.
A set of results returned by Kinetica.collectStatistics.
AlterResourceGroupResponse alterResourceGroup(AlterResourceGroupRequest request_)
Alters the properties of an existing resource group to facilitate resource management.
A set of results returned by Kinetica.alterWal.
AlterResourceGroupResponse alterResourceGroup(string name, IDictionary< string, IDictionary< string, string >> tier_attributes=null, string ranking=AlterResourceGroupRequest.Ranking.EMPTY_STRING, string adjoining_resource_group="", IDictionary< string, string > options=null)
Alters the properties of an existing resource group to facilitate resource management.
ClearTablesResponse clearTables(ClearTablesRequest request_)
Clears (drops) tables in the database cluster.
A set of parameters for Kinetica.createResourceGroup.
DropCatalogResponse dropCatalog(DropCatalogRequest request_)
Drops an existing catalog.
DropCatalogResponse dropCatalog(string name, IDictionary< string, string > options=null)
Drops an existing catalog.
A set of results returned by Kinetica.aggregateMinMaxGeometry.
DeleteDirectoryResponse deleteDirectory(string directory_name, IDictionary< string, string > options=null)
Deletes a directory from KiFS.
IList< string > type_schemas
Type schemas of the respective tables in table_names.
A set of parameters for Kinetica.hasTable.
A set of results returned by Kinetica.revokePermissionDatasource.
A set of parameters for Kinetica.deleteGraph.
GrantPermissionCredentialResponse grantPermissionCredential(string name, string permission, string credential_name, IDictionary< string, string > options=null)
Grants a credential-level permission to a user or role.
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 .
A set of results returned by Kinetica.alterCredential.
CreateRoleResponse createRole(string name, IDictionary< string, string > options=null)
Creates a new role.
A set of parameters for Kinetica.aggregateGroupBy.
A set of results returned by Kinetica.deleteProc.
A set of results returned by Kinetica.executeSql.
AdminAddHostResponse adminAddHost(AdminAddHostRequest request_)
Adds a host to an existing cluster.
HasPermissionResponse hasPermission(HasPermissionRequest request_)
Checks if the specified user has the specified permission on the specified object.
A set of parameters for Kinetica.dropCatalog.
A set of parameters for Kinetica.revokePermissionTable.
A set of parameters for Kinetica.filterByBox.
A set of parameters for Kinetica.showTriggers.
DropEnvironmentResponse dropEnvironment(DropEnvironmentRequest request_)
Drop an existing user-defined function (UDF) environment.
ExportRecordsToFilesResponse exportRecordsToFiles(string table_name, string filepath, IDictionary< string, string > options=null)
Export records from a table to files.
ExportQueryMetricsResponse exportQueryMetrics(ExportQueryMetricsRequest request_)
Export query metrics to a given destination.Returns query metrics.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.alterBackup.