| ResponseHeader header = 1; |
| // kvs is the list of key-value pairs matched by the range request. |
| // kvs is empty when count is requested. |
| repeated mvccpb.KeyValue kvs = 2; |
| // more indicates if there are more keys to return in the requested range. |
| bool more = 3; |
| // count is set to the number of keys within the range when requested. |
| int64 count = 4; |
--
You received this message because you are subscribed to the Google Groups "etcd-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to etcd-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.