Skip to main content

RequestQueueStats

Statistics about request queue operations and storage.

Index

Properties

delete_count

delete_count: int | None

The number of delete operations performed on the request queue.

head_item_read_count

head_item_read_count: int | None

The number of times requests from the head were read.

model_config

model_config: Undefined

read_count

read_count: int | None

The total number of read operations performed on the request queue.

storage_bytes

storage_bytes: int | None

The total storage size in bytes used by the request queue.

write_count

write_count: int | None

The total number of write operations performed on the request queue.