API 参考
正在准备搜索索引...
@142vip/nest-typeorm
Batch
类 Batch<T>
Keeps the state of a unordered batch so we can rewrite the results correctly after command execution
类型参数
T
=
Document
索引
构造函数
constructor
属性
batch
Type
current
Index
operations
original
Indexes
original
Zero
Index
size
size
Bytes
构造函数
constructor
new
Batch
<
T
=
Document
>
(
batchType
:
BatchType
,
originalZeroIndex
:
number
,
)
:
Batch
<
T
>
类型参数
T
=
Document
参数
batchType
:
BatchType
originalZeroIndex
:
number
返回
Batch
<
T
>
属性
batch
Type
batchType
:
BatchType
current
Index
currentIndex
:
number
operations
operations
:
T
[]
original
Indexes
originalIndexes
:
number
[]
original
Zero
Index
originalZeroIndex
:
number
size
size
:
number
size
Bytes
sizeBytes
:
number
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
构造函数
constructor
属性
batch
Type
current
Index
operations
original
Indexes
original
Zero
Index
size
size
Bytes
API 参考
加载中……
Keeps the state of a unordered batch so we can rewrite the results correctly after command execution