Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
GenericInsertManyResult
Interface GenericInsertManyResult<ID>
Internal
Shouldn't be used by the user directly.
interface
GenericInsertManyResult
<
ID
>
{
insertedCount
:
number
;
insertedIds
:
ID
[]
;
}
Type Parameters
ID
Index
Properties
inserted
Count
inserted
Ids
Properties
inserted
Count
inserted
Count
:
number
inserted
Ids
inserted
Ids
:
ID
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
inserted
Count
inserted
Ids
@datastax/astra-db-ts
Loading...
Shouldn't be used by the user directly.