lsync API
Preparing search index...
@lsync/server
CollectionShardOptions
Interface CollectionShardOptions
interface
CollectionShardOptions
{
authenticate
?:
(
args
:
{
clientId
:
string
;
request
:
Request
}
,
)
=>
AccessAuth
|
Promise
<
AccessAuth
>
;
collections
?:
CollectionConfigs
;
history
?:
HistoryOptions
;
limits
?:
CollectionShardLimits
;
rateLimit
?:
RateLimitHandler
;
}
Index
Properties
authenticate?
collections?
history?
limits?
rate
Limit?
Properties
Optional
authenticate
authenticate
?:
(
args
:
{
clientId
:
string
;
request
:
Request
}
,
)
=>
AccessAuth
|
Promise
<
AccessAuth
>
Optional
collections
collections
?:
CollectionConfigs
Optional
history
history
?:
HistoryOptions
Optional
limits
limits
?:
CollectionShardLimits
Optional
rate
Limit
rateLimit
?:
RateLimitHandler
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authenticate
collections
history
limits
rate
Limit
lsync API
Loading...