EventOccurrenceRange
Defines a range for event counter values.
Fields |
min_event_count
|
int64
Output only. For event counter ranges, the minimum of the defined range. A value of 0 will be treated as unset.
|
max_event_count
|
int64
Output only. For event counter ranges, the maximum of the defined range. A value of 0 will be treated as unset.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Defines a numerical range for event counters using minimum (`min_event_count`) and maximum (`max_event_count`) values."],["Both `min_event_count` and `max_event_count` fields are output only and represented as 64-bit integers."],["A value of 0 for either `min_event_count` or `max_event_count` indicates that the respective boundary is not set."]]],[]]