Having a way to get the min or max key of a storage would be nice given that I can implement logic about automatic cleanup of a table(here's where it comes from).
Something like:
await manager.GetMaxKey<long>(nameof(ClientLogs));
await manager.GetMinKey<long>(nameof(ClientLogs));