@watzon/baserow
Preparing search index...
types
FileImportJobResponse
Interface FileImportJobResponse
interface
FileImportJobResponse
{
databaseId
:
number
;
firstRowHeader
?:
boolean
;
humanReadableError
?:
string
;
id
:
number
;
name
?:
string
;
progressPercentage
:
number
;
report
:
{
failingRows
:
Record
<
string
,
Record
<
string
,
string
[]
>
>
}
;
state
:
BaserowJobState
;
tableId
?:
number
;
type
:
string
;
}
Hierarchy (
View Summary
)
BaserowJob
FileImportJobResponse
Index
Properties
database
Id
first
Row
Header?
human
Readable
Error?
id
name?
progress
Percentage
report
state
table
Id?
type
Properties
database
Id
databaseId
:
number
Optional
first
Row
Header
firstRowHeader
?:
boolean
Optional
human
Readable
Error
humanReadableError
?:
string
id
id
:
number
Optional
name
name
?:
string
progress
Percentage
progressPercentage
:
number
report
report
:
{
failingRows
:
Record
<
string
,
Record
<
string
,
string
[]
>
>
}
state
state
:
BaserowJobState
Optional
table
Id
tableId
?:
number
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
database
Id
first
Row
Header
human
Readable
Error
id
name
progress
Percentage
report
state
table
Id
type
@watzon/baserow
Loading...