TSQSQueuePollerStatistics
Record in AWS.SQS
Record representing queue poller statistical values.
Fields
LastMessageReceivedAt
LastMessageReceivedAt: TDateTime;
Date and time the last message was received.
PollingStartedAt
PollingStartedAt: TDateTime;
Date and time the polling was started at.
PollingStoppedAt
PollingStoppedAt: TDateTime;
Date and time the polling was stopped at. Will be 0 if still polling.
ReceivedMessageCount
ReceivedMessageCount: Integer;
Number of messages received to date.
RequestCount
RequestCount: Integer;
Number of polling requests made to date.