| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The data structure of log distribution. | ||
| from | integer | The start time of the subinterval. The value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. | 1409529600 |
| to | integer | The end time of the subinterval. The value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. | 1409569200 |
| count | long | The number of logs that are generated during the subinterval. | 2 |
| progress | string | Indicates whether the query result in the subinterval is complete. Valid values:
| Complete |