RequestQueueMetadata
Hierarchy
- StorageMetadata
- RequestQueueMetadata
Index
Properties
accessed_at
The timestamp when the storage was last accessed.
created_at
The timestamp when the storage was created.
had_multiple_clients
Indicates whether the queue has been accessed by multiple clients (consumers).
handled_request_count
The number of requests that have been handled from the queue.
id
The unique identifier of the storage.
model_config
modified_at
The timestamp when the storage was last modified.
name
The name of the storage.
pending_request_count
The number of requests that are still pending in the queue.
stats
Statistics about the request queue, TODO?
total_request_count
The total number of requests that have been added to the queue.
Model for a request queue metadata.