| // Copyright 2015 The Vanadium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| // TODO(sadovsky): Consider using shorter strings. |
| // Constants related to storage engine keys. |
| DatabasePrefix = "$database" |
| ServicePrefix = "$service" |
| VersionPrefix = "$version" |
| // Constants related to object names. |
| // Service object name suffix for Syncbase-to-Syncbase RPCs. |
| // Separator for batch info in database names. |
| // Separator for parts of storage engine keys. |
| // PrefixRangeLimitSuffix is the suffix of a key which indicates the end of |
| // a prefix range. Should be more than any regular key in the store. |
| // TODO(rogulenko): Change this constant to something out of the UTF8 space. |
| PrefixRangeLimitSuffix = "~" |