PoolUsage

PoolUsage
PoolUsage

Pool usage statistics in a pool.

JSON Example
{
    "total_ids": 0,
    "allocated_ids": 0,
    "free_ids": 0
}
integer As int64 As int64
total_ids
Optional

Total number of IDs in a pool

integer As int64 As int64
allocated_ids
Optional

Total number of allocated IDs in a pool

integer As int64 As int64
free_ids
Optional

Total number of free IDs in a pool