new BatchQuery(maxBatchSizeopt, delaySecondsopt)
- Source:
.
Work in Progress
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
maxBatchSize |
number |
<optional> |
32
|
|
delaySeconds |
number |
<optional> |
0.25
|
Classes
Methods
BatchQuery(maxBatchSizeopt, delaySecondsopt)
- Source:
.
Define Self
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
maxBatchSize |
number |
<optional> |
32
|
|
delaySeconds |
number |
<optional> |
0.25
|
(async) Request(query) → {Promise.<any>}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
query |
Query |
Returns:
- Type
- Promise.<any>
(abstract, protected) RunBatch(batch) → {Promise}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
batch |
BatchQuery.QueryResult |
Returns:
- Type
- Promise