A set of string constants for the parameter ExportQueryMetricsRequest.options. More…
Static Public Attributes | |
| const string | EXPRESSION = “expression” |
| Filter for multi query export. | |
| const string | FILEPATH = “filepath” |
| Path to export target specified as a filename or existing directory. | |
| const string | FORMAT = “format” |
| Specifies which format to export the metrics. | |
| const string | JSON = “json” |
| Generic JSON output. | |
| const string | JSON_TRACE_EVENT = “json_trace_event” |
| Chromium/Perfetto trace event format. | |
| const string | JOB_ID = “job_id” |
| Export query metrics for the currently running job. | |
| const string | LIMIT = “limit” |
| Record limit per file for multi query export. | |
Detailed Description
A set of string constants for the parameter ExportQueryMetricsRequest.options.
Optional parameters.
Definition at line 21 of file ExportQueryMetrics.cs.
Member Data Documentation
◆ EXPRESSION
| static |
Filter for multi query export.
Definition at line 24 of file ExportQueryMetrics.cs.
◆ FILEPATH
| static |
Path to export target specified as a filename or existing directory.
Definition at line 28 of file ExportQueryMetrics.cs.
◆ FORMAT
| static |
Specifies which format to export the metrics.
Supported values:
- JSON: Generic JSON output.
- JSON_TRACE_EVENT: Chromium/Perfetto trace event format.
The default value is JSON.
Definition at line 50 of file ExportQueryMetrics.cs.
◆ JOB_ID
| static |
Export query metrics for the currently running job.
Definition at line 60 of file ExportQueryMetrics.cs.
◆ JSON
| static |
Generic JSON output.
Definition at line 53 of file ExportQueryMetrics.cs.
◆ JSON_TRACE_EVENT
| static |
Chromium/Perfetto trace event format.
Definition at line 56 of file ExportQueryMetrics.cs.
◆ LIMIT
| static |
Record limit per file for multi query export.
Definition at line 63 of file ExportQueryMetrics.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ExportQueryMetrics.cs
- Kinetica/Protocol/ExportQueryMetrics.cs