Record
index-status
No description available.
record index-status {
host: option<string>,
port: option<s32>,
ready: option<bool>,
state: option<index-state>,
}Fields
| Name | Type | Description |
|---|---|---|
| host | option<string> | |
| port | option<s32> | |
| ready | option<bool> | |
| state | option<index-state> |