SongGuess
Preparing search index...
server/worker-configuration
GatewayOptions
Type Alias GatewayOptions
type
GatewayOptions
=
{
cacheKey
?:
string
;
cacheTtl
?:
number
;
collectLog
?:
boolean
;
eventId
?:
string
;
id
:
string
;
metadata
?:
Record
<
string
,
number
|
string
|
boolean
|
null
|
bigint
>
;
requestTimeoutMs
?:
number
;
retries
?:
GatewayRetries
;
skipCache
?:
boolean
;
}
Index
Properties
cache
Key?
cache
Ttl?
collect
Log?
event
Id?
id
metadata?
request
Timeout
Ms?
retries?
skip
Cache?
Properties
Optional
cache
Key
cacheKey
?:
string
Optional
cache
Ttl
cacheTtl
?:
number
Optional
collect
Log
collectLog
?:
boolean
Optional
event
Id
eventId
?:
string
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
number
|
string
|
boolean
|
null
|
bigint
>
Optional
request
Timeout
Ms
requestTimeoutMs
?:
number
Optional
retries
retries
?:
GatewayRetries
Optional
skip
Cache
skipCache
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Key
cache
Ttl
collect
Log
event
Id
id
metadata
request
Timeout
Ms
retries
skip
Cache
SongGuess
Loading...