|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | EXPRESSION = "expression" |
| Filter for multi query export. More... | |
| const string | FILEPATH = "filepath" |
| Path to export target specified as a filename or existing directory. More... | |
| const string | FORMAT = "format" |
| Specifies which format to export the metrics. More... | |
| const string | JSON = "json" |
| Generic JSON output. More... | |
| const string | JSON_TRACE_EVENT = "json_trace_event" |
| Chromium/Perfetto trace event format. More... | |
| const string | JOB_ID = "job_id" |
| Export query metrics for the currently running job. More... | |
| const string | LIMIT = "limit" |
| Record limit per file for multi query export. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file ExportQueryMetrics.cs.
| const string ExportQueryMetricsRequest.Options.EXPRESSION = "expression" |
Filter for multi query export.
Definition at line 24 of file ExportQueryMetrics.cs.
| const string ExportQueryMetricsRequest.Options.FILEPATH = "filepath" |
Path to export target specified as a filename or existing directory.
Definition at line 28 of file ExportQueryMetrics.cs.
| const string ExportQueryMetricsRequest.Options.FORMAT = "format" |
Specifies which format to export the metrics.
Supported values:
The default value is JSON.
Definition at line 47 of file ExportQueryMetrics.cs.
| const string ExportQueryMetricsRequest.Options.JOB_ID = "job_id" |
Export query metrics for the currently running job.
Definition at line 57 of file ExportQueryMetrics.cs.
| const string ExportQueryMetricsRequest.Options.JSON = "json" |
Generic JSON output.
Definition at line 50 of file ExportQueryMetrics.cs.
| const string ExportQueryMetricsRequest.Options.JSON_TRACE_EVENT = "json_trace_event" |
Chromium/Perfetto trace event format.
Definition at line 53 of file ExportQueryMetrics.cs.
| const string ExportQueryMetricsRequest.Options.LIMIT = "limit" |
Record limit per file for multi query export.
Definition at line 60 of file ExportQueryMetrics.cs.