Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
migration-entry
GeoservicesImportStageOptions
Interface GeoservicesImportStageOptions
interface
GeoservicesImportStageOptions
{
adminApiKey
?:
string
;
adminBaseUrl
:
string
;
autoPublish
?:
boolean
;
batchSize
?:
number
;
fetchFn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
layerId
:
number
;
maxRetries
?:
number
;
outputFields
?:
string
[]
;
overwriteExisting
?:
boolean
;
pollIntervalMs
?:
number
;
requestTimeoutSeconds
?:
number
;
sourceServiceUrl
:
string
;
tableName
:
string
;
targetSrid
?:
number
;
timeoutMs
?:
number
;
whereClause
?:
string
;
}
Index
Properties
admin
Api
Key?
admin
Base
Url
auto
Publish?
batch
Size?
fetch
Fn?
layer
Id
max
Retries?
output
Fields?
overwrite
Existing?
poll
Interval
Ms?
request
Timeout
Seconds?
source
Service
Url
table
Name
target
Srid?
timeout
Ms?
where
Clause?
Properties
Optional
admin
Api
Key
admin
Api
Key
?:
string
admin
Base
Url
admin
Base
Url
:
string
Optional
auto
Publish
auto
Publish
?:
boolean
Optional
batch
Size
batch
Size
?:
number
Optional
fetch
Fn
fetch
Fn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type declaration
(
input
,
init
?
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
,
init
?
)
:
Promise
<
Response
>
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
layer
Id
layer
Id
:
number
Optional
max
Retries
max
Retries
?:
number
Optional
output
Fields
output
Fields
?:
string
[]
Optional
overwrite
Existing
overwrite
Existing
?:
boolean
Optional
poll
Interval
Ms
poll
Interval
Ms
?:
number
Optional
request
Timeout
Seconds
request
Timeout
Seconds
?:
number
source
Service
Url
source
Service
Url
:
string
table
Name
table
Name
:
string
Optional
target
Srid
target
Srid
?:
number
Optional
timeout
Ms
timeout
Ms
?:
number
Optional
where
Clause
where
Clause
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin
Api
Key
admin
Base
Url
auto
Publish
batch
Size
fetch
Fn
layer
Id
max
Retries
output
Fields
overwrite
Existing
poll
Interval
Ms
request
Timeout
Seconds
source
Service
Url
table
Name
target
Srid
timeout
Ms
where
Clause
@honua/sdk-js
Loading...
MDN Reference