Data.Cloud.AzureAPI.TQueuePolicy.CanReadMessage
Delphi
property CanReadMessage: Boolean read FCanReadMessage write FCanReadMessage;
C++
__property bool CanReadMessage = {read=FCanReadMessage, write=FCanReadMessage, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TQueuePolicy |
Description
Determines whether this policy grants read message permission (True
) or not (False
).
The read message permission allows you to:
- Read messages, including metadata and properties.
- Read the message count of a queue.
- Peek at messages.