BatchMode
Allow specifying the batch mode. Default: Auto.
Possible Values
Auto, Binding, Uploadデータ型
string
デフォルト値
"Auto"
解説
There are two kinds of API for batch opearation: Binding API and Upload API.
- Auto: When the count of values is less than the session parameter "client_binding_threshold", using the Binding API. Or, using the Upload API.
- Binding: Using the Binding API.
- Upload: Using the Upload API.