Meilisearch JS
Docs
GitHub
Preparing search index...
UpdateNetworkOptions
Type Alias UpdateNetworkOptions
type
UpdateNetworkOptions
=
{
leader
?:
string
|
null
;
remotes
?:
Record
<
string
,
Remote
|
null
>
;
self
?:
string
;
shards
?:
Record
<
string
,
ShardUpdate
>
;
}
Index
Properties
leader?
remotes?
self?
shards?
Properties
Optional
leader
leader
?:
string
|
null
Optional
remotes
remotes
?:
Record
<
string
,
Remote
|
null
>
Optional
self
self
?:
string
Optional
shards
shards
?:
Record
<
string
,
ShardUpdate
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
leader
remotes
self
shards
Docs
GitHub
Meilisearch JS
Loading...