Preparing search index...
The search index is not available
biorate
biorate
mongodb
mongoose
mongo
Batch
Class Batch<T>
Keeps the state of a unordered batch so we can rewrite the results correctly after command execution
Type Parameters
T
=
mongoose
.
mongo
.
BSON
.
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
=
mongoose
.
mongo
.
BSON
.
Document
Parameters
batchType
:
mongoose
.
mongo
.
BatchType
originalZeroIndex
:
number
Returns
Batch
<
T
>
Properties
batch
Type
batch
Type
:
mongoose
.
mongo
.
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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
batch
Type
current
Index
operations
original
Indexes
original
Zero
Index
size
size
Bytes
biorate
Loading...
Keeps the state of a unordered batch so we can rewrite the results correctly after command execution