|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The Shard data structure. |
||
| shardID |
integer |
The shard ID. |
0 |
| status |
string |
The status of the shard. A newly created shard is in the readwrite state. After a split or merge operation, the original shard becomes readonly and the newly generated shards are readwrite. Shard status does not affect read performance. Data can be written only to readwrite shards. Valid values:
|
readwrite |
| inclusiveBeginKey |
string |
The beginning of the shard's MD5 hash range (inclusive). |
00000000000000000000000000000000 |
| exclusiveEndKey |
string |
The end of the shard's MD5 hash range (exclusive). |
8000000000000000000000000000000 |
| serverIp |
string |
The IP address of the server. |
203.0.113.10 |
| createTime |
integer |
The time when the shard was created. This value is a UNIX timestamp in seconds. |
1524222931 |