Files
cfw-autumn/others/python-sdk/docs/models/binsize.md
John Yeo 90287e6308 latest
2026-02-19 13:24:33 +00:00

12 lines
228 B
Markdown

# BinSize
Size of the time bins to aggregate events for. Defaults to hour if range is 24h, otherwise day
## Values
| Name | Value |
| ------- | ------- |
| `DAY` | day |
| `HOUR` | hour |
| `MONTH` | month |