Preparing search index...
The search index is not available
mongodb
mongodb
Batch
Class Batch<T>
Keeps the state of a unordered batch so we can rewrite the results correctly after command execution
Type Parameters
T
=
Document
Index
Constructors
constructor
Properties
batch
Type
current
Index
operations
original
Indexes
original
Zero
Index
size
size
Bytes
Constructors
constructor
new
Batch
<
T
>
(
batchType
,
originalZeroIndex
)
:
Batch
<
T
>
Type Parameters
T
=
Document
Parameters
batchType
:
BatchType
originalZeroIndex
:
number
Returns
Batch
<
T
>
Properties
batch
Type
batch
Type
:
BatchType
current
Index
current
Index
:
number
operations
operations
:
T
[]
original
Indexes
original
Indexes
:
number
[]
original
Zero
Index
original
Zero
Index
:
number
size
size
:
number
size
Bytes
size
Bytes
:
number
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
batch
Type
current
Index
operations
original
Indexes
original
Zero
Index
size
size
Bytes
mongodb
Loading...
Keeps the state of a unordered batch so we can rewrite the results correctly after command execution