Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
index
CloudflareClientOptions
Interface CloudflareClientOptions
interface
CloudflareClientOptions
{
accountId
:
string
;
apiToken
:
string
;
concurrency
?:
number
;
dispatchNamespace
:
string
;
exportStore
?:
DurableDatabaseExportStore
;
fetch
?:
{
(
input
:
URL
|
RequestInfo
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
RequestInitCfProperties
>
,
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
;
rateCoordinator
:
CloudflareApiRateCoordinator
;
requestTimeoutMs
?:
number
;
}
Index
Properties
account
Id
api
Token
concurrency?
dispatch
Namespace
export
Store?
fetch?
rate
Coordinator
request
Timeout
Ms?
Properties
Readonly
account
Id
accountId
:
string
Readonly
api
Token
apiToken
:
string
Optional
Readonly
concurrency
concurrency
?:
number
Readonly
dispatch
Namespace
dispatchNamespace
:
string
Optional
Readonly
export
Store
exportStore
?:
DurableDatabaseExportStore
Optional
Readonly
fetch
fetch
?:
{
(
input
:
URL
|
RequestInfo
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
RequestInitCfProperties
>
,
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
Readonly
rate
Coordinator
rateCoordinator
:
CloudflareApiRateCoordinator
Optional
Readonly
request
Timeout
Ms
requestTimeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
account
Id
api
Token
concurrency
dispatch
Namespace
export
Store
fetch
rate
Coordinator
request
Timeout
Ms
Documentation
GitHub
Anchorage API reference
Loading...