BatchOperations 类
批处理操作的命名空间(client.batch)。
通过 client.batch 访问。 用于 new 创建 BatchRequest 生成器。
示例:
batch = client.batch.new()
batch.records.create("account", {"name": "Fabrikam"})
result = batch.execute()
方法
| new |
创建新的空 BatchRequest 生成器。 |