Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
TableDesCtx
Interface TableDesCtx
interface
TableDesCtx
{
camelSnakeCache
?:
Record
<
string
,
string
>
;
codecs
:
Codecs
<
TableCodecSerDesFns
>
;
customState
:
Record
<
string
,
any
>
;
keys
:
null
|
string
[]
;
parsingInsertedId
:
boolean
;
path
:
string
[]
;
populateSparseData
:
boolean
;
rawDataApiResp
:
RawDataAPIResponse
;
recurse
:
never
;
rootObj
:
SomeDoc
;
tableSchema
:
ListTableColumnDefinitions
;
continue
(
)
:
readonly
[
2
]
;
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
;
}
Hierarchy (
view full
)
BaseDesCtx
<
TableCodecSerDesFns
>
TableDesCtx
Index
Properties
camel
Snake
Cache?
codecs
custom
State
keys
parsing
Inserted
Id
path
populate
Sparse
Data
raw
Data
Api
Resp
recurse
root
Obj
table
Schema
Methods
continue
done
Properties
Optional
camel
Snake
Cache
camel
Snake
Cache
?:
Record
<
string
,
string
>
codecs
codecs
:
Codecs
<
TableCodecSerDesFns
>
custom
State
custom
State
:
Record
<
string
,
any
>
keys
keys
:
null
|
string
[]
parsing
Inserted
Id
parsing
Inserted
Id
:
boolean
path
path
:
string
[]
populate
Sparse
Data
populate
Sparse
Data
:
boolean
raw
Data
Api
Resp
raw
Data
Api
Resp
:
RawDataAPIResponse
recurse
recurse
:
never
root
Obj
root
Obj
:
SomeDoc
table
Schema
table
Schema
:
ListTableColumnDefinitions
Methods
continue
continue
(
)
:
readonly
[
2
]
Returns
readonly
[
2
]
done
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
0
,
undefined
|
T
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
camel
Snake
Cache
codecs
custom
State
keys
parsing
Inserted
Id
path
populate
Sparse
Data
raw
Data
Api
Resp
recurse
root
Obj
table
Schema
continue
done
@datastax/astra-db-ts
Loading...