Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
BaseDesCtx
Interface BaseDesCtx<Fns>
interface
BaseDesCtx
<
Fns
>
{
camelSnakeCache
?:
Record
<
string
,
string
>
;
codecs
:
Codecs
<
Fns
>
;
customState
:
Record
<
string
,
any
>
;
keys
:
null
|
string
[]
;
parsingInsertedId
:
boolean
;
path
:
string
[]
;
rawDataApiResp
:
RawDataAPIResponse
;
rootObj
:
SomeDoc
;
continue
(
)
:
readonly
[
2
]
;
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
;
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
;
}
Type Parameters
Fns
extends
CodecSerDesFns
Hierarchy (
view full
)
BaseSerDesCtx
<
Fns
>
BaseDesCtx
TableDesCtx
Index
Properties
camel
Snake
Cache?
codecs
custom
State
keys
parsing
Inserted
Id
path
raw
Data
Api
Resp
root
Obj
Methods
continue
done
recurse
Properties
Optional
camel
Snake
Cache
camel
Snake
Cache
?:
Record
<
string
,
string
>
codecs
codecs
:
Codecs
<
Fns
>
custom
State
custom
State
:
Record
<
string
,
any
>
keys
keys
:
null
|
string
[]
parsing
Inserted
Id
parsing
Inserted
Id
:
boolean
path
path
:
string
[]
raw
Data
Api
Resp
raw
Data
Api
Resp
:
RawDataAPIResponse
root
Obj
root
Obj
:
SomeDoc
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
]
recurse
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
1
,
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
raw
Data
Api
Resp
root
Obj
continue
done
recurse
@datastax/astra-db-ts
Loading...