(
self: SyncClientProtocol,
source_key: KeyT,
dest_key: KeyT,
aggregation_type: str,
bucket_size_msec: int,
align_timestamp: int | None = None,
)
| 665 | |
| 666 | @overload |
| 667 | def createrule( |
| 668 | self: SyncClientProtocol, |
| 669 | source_key: KeyT, |
| 670 | dest_key: KeyT, |
| 671 | aggregation_type: str, |
| 672 | bucket_size_msec: int, |
| 673 | align_timestamp: int | None = None, |
| 674 | ) -> bool: ... |
| 675 | |
| 676 | @overload |
| 677 | def createrule( |