slots property
A string that specifies the keyspace for a particular node group. Keyspaces
range from 0 to 16,383. The string is in the format
startkey-endkey
.
Example: "0-3999"
Implementation
final String? slots;
A string that specifies the keyspace for a particular node group. Keyspaces
range from 0 to 16,383. The string is in the format
startkey-endkey
.
Example: "0-3999"
final String? slots;