weaviate-client
Preparing search index...
Node
Type Alias Node<O>
type
Node
<
O
extends
Output
>
=
{
batchStats
:
Required
<
BatchStats
>
;
gitHash
:
string
;
name
:
string
;
shards
:
O
extends
"minimal"
|
undefined
?
null
:
Required
<
NodeShardStatus
>
[]
;
stats
:
O
extends
"minimal"
|
undefined
?
undefined
:
Required
<
NodeStats
>
;
status
:
"HEALTHY"
|
"UNHEALTHY"
|
"UNAVAILABLE"
;
version
:
string
;
}
Type Parameters
O
extends
Output
Index
Properties
batch
Stats
git
Hash
name
shards
stats
status
version
Properties
batch
Stats
batchStats
:
Required
<
BatchStats
>
git
Hash
gitHash
:
string
name
name
:
string
shards
shards
:
O
extends
"minimal"
|
undefined
?
null
:
Required
<
NodeShardStatus
>
[]
stats
stats
:
O
extends
"minimal"
|
undefined
?
undefined
:
Required
<
NodeStats
>
status
status
:
"HEALTHY"
|
"UNHEALTHY"
|
"UNAVAILABLE"
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
Stats
git
Hash
name
shards
stats
status
version
weaviate-client
Loading...