Information about a UDM Search operation. This message is used to populate the metadata
field of Operation
resources created by UDM Search.
JSON representation |
---|
{ "start_time": string, "end_time": string, "expire_time": string, "progress": number, "baseline_events_count": integer, "filtered_events_count": integer, "baseline_query": string, "snapshot_query": string, "baseline_time_range": { object ( |
Fields | |
---|---|
start_time |
The start time of the operation. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
end_time |
The end time of the operation, if done. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
expire_time |
The time when the operation results expire. This time may change while the operation is in progress. If unset, the results never expire. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
progress |
A value from 0 to 1 representing the progress of the operation. |
baseline_events_count |
The number of events matching the baseline query so far. |
filtered_events_count |
The number of events matching the snapshot query so far. This is <= |
baseline_query |
Query used to search for events. |
snapshot_query |
Query used to filter the baseline query's events. |
baseline_time_range |
The time range used for the baseline query [inclusive start time, exclusive end time). |
snapshot_time_range |
Time range used to filter the baseline query's events [inclusive start time, exclusive end time). This time range is completely within |
case_insensitive |
If true, the search was performed in a case-insensitive manner. |
stats_rows_count |
The total number of rows returned for a stats query. |
datatable_write_metadata |
Metadata about the DataTable write operation. |