Skip to main content

TransactionConfigurations

kds-plugin-document / Exports / TransactionConfigurations

Enumeration: TransactionConfigurations

批量操作配置选项

configurations for current transaction

Table of contents

Enumeration Members

Enumeration Members

BULK_OP_LOCK_FLUSH

BULK_OP_LOCK_FLUSH = 1

当前transaction中所有操作都不刷新视图

all operations in the current transaction do not refresh the view

Defined in

api.d.ts:1515


EACH_OP_FLUSH

EACH_OP_FLUSH = 0

当前transaction中所有操作都刷新视图

all operations in the current transaction refresh the view

Defined in

api.d.ts:1508