APIリファレンス(Node.js)
baasatrakuza-admin > BatchClient > exec
BatchClient.exec() method
バッチ処理を実行します。
Signature:
exec<T>(userIdentifier?: UserIdentifier): Promise<T>;
Parameters
Parameter | Type | Description |
---|---|---|
userIdentifier | UserIdentifier | ユーザー識別子 |
Returns:
Promise<T>
バッチ処理結果。BatchClient.addOp()でプロパティ名を指定している場合はオブジェクト、指定していない場合は配列(タプル)を返します。