On this pageSessionPoolModelModel for a SessionPool object.Index Propertiesmax_pool_sizemodel_configretired_session_countsession_countsessionsusable_session_countProperties max_pool_sizemax_pool_size: intmodel_configmodel_config: Undefinedretired_session_countretired_session_count: intGet the number of sessions that are no longer usable.session_countsession_count: intGet the total number of sessions currently maintained in the pool.sessionssessions: dict[str, Session]usable_session_countusable_session_count: intGet the number of sessions that are currently usable.
Model for a SessionPool object.