FileMaker Data API Tools API - v1.2.0
Preparing search index...
services/batchService
BatchService
Class BatchService
Index
Constructors
constructor
Methods
get
Default
Batch
Update
Options
batch
Export
Find
batch
Update
Constructors
constructor
new
BatchService
(
fmClient
:
FMClient
,
options
?:
BatchServiceOptions
,
)
:
BatchService
Parameters
fmClient
:
FMClient
Optional
options
:
BatchServiceOptions
Returns
BatchService
Methods
get
Default
Batch
Update
Options
getDefaultBatchUpdateOptions
()
:
BatchUpdateOptions
Returns
BatchUpdateOptions
batch
Export
Find
batchExportFind
(
profile
:
ConnectionProfile
,
layout
:
string
,
request
:
FindRecordsRequest
,
options
:
BatchExportOptions
,
job
?:
JobContext
,
)
:
Promise
<
BatchExportResult
>
Parameters
profile
:
ConnectionProfile
layout
:
string
request
:
FindRecordsRequest
options
:
BatchExportOptions
Optional
job
:
JobContext
Returns
Promise
<
BatchExportResult
>
batch
Update
batchUpdate
(
profile
:
ConnectionProfile
,
layout
:
string
,
entries
:
BatchUpdateEntry
[]
,
options
?:
Partial
<
BatchUpdateOptions
>
,
job
?:
JobContext
,
)
:
Promise
<
BatchUpdateResult
>
Parameters
profile
:
ConnectionProfile
layout
:
string
entries
:
BatchUpdateEntry
[]
Optional
options
:
Partial
<
BatchUpdateOptions
>
Optional
job
:
JobContext
Returns
Promise
<
BatchUpdateResult
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Default
Batch
Update
Options
batch
Export
Find
batch
Update
FileMaker Data API Tools API - v1.2.0
Loading...