FileMaker Data API Tools API - v1.2.0
Preparing search index...
types/fm
BatchUpdateResult
Interface BatchUpdateResult
interface
BatchUpdateResult
{
dryRun
:
boolean
;
total
:
number
;
attempted
:
number
;
successCount
:
number
;
failureCount
:
number
;
failures
:
BatchUpdateFailure
[]
;
}
Index
Properties
dry
Run
total
attempted
success
Count
failure
Count
failures
Properties
dry
Run
dryRun
:
boolean
total
total
:
number
attempted
attempted
:
number
success
Count
successCount
:
number
failure
Count
failureCount
:
number
failures
failures
:
BatchUpdateFailure
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dry
Run
total
attempted
success
Count
failure
Count
failures
FileMaker Data API Tools API - v1.2.0
Loading...