Data.Cloud.AzureAPI.TQueuePolicy

From RAD Studio API Documentation
Jump to: navigation, search

Data.Cloud.AzureAPI.TPolicySystem.TObjectTQueuePolicy
[–] Properties
Type: class
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: Data.Cloud.AzureAPI

Delphi

TQueuePolicy = class(TPolicy)

C++

class PASCALIMPLEMENTATION TQueuePolicy : public TPolicy

Description

Represents an access policy for a queue.

The access policy for a queue defines the start and expiry times of the policy and the permission that the policy grants.

To define or read the permissions that the policy grants, you may interchangeably use either permission-specific boolean properties or a permission string made of characters that represent granted permissions.

Boolean Property Permission Character Granted Permissions

CanReadMessage

r

CanAddMessage

a

CanUpdateMessage

u

  • Update messages in a queue.

CanProcessMessage

p

Use TAzureQueueService.SetQueueACL to assign a queue policy to a queue.

See Also