You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| action | action is the kind of alarm request to issue. The action may GET alarm statuses, ACTIVATE an alarm, or DEACTIVATE a raised alarm. | AlarmAction |||||
@@ -635,7 +628,7 @@ Empty field.
635
628
636
629
| Field | Description | Type | Go | Java | Python | C++ |
| key |default, no sorting lowest target value first highest target value first key is the first key for the range. If range_end is not given, the request only looks up key. | bytes |[]byte | ByteString | str | string |
631
+
| key | key is the first key for the range. If range_end is not given, the request only looks up key. | bytes |[]byte | ByteString | str | string |
639
632
| range_end | range_end is the upper bound on the requested range [key, range_end). If range_end is '\0', the range is all keys >= key. If the range_end is one bit larger than the given key, then the range requests get the all keys with the prefix (the given key). If both key and range_end are '\0', then range requests returns all keys. | bytes |[]byte | ByteString | str | string |
640
633
| limit | limit is a limit on the number of keys returned for the request. | int64 | int64 | long | int/long | int64 |
641
634
| revision | revision is the point-in-time of the key-value store to use for the range. If revision is less or equal to zero, the range is over the newest key-value store. If the revision has been compacted, ErrCompacted is returned as a response. | int64 | int64 | long | int/long | int64 |
0 commit comments