Data.Cloud.AzureAPI.TTablePolicy
![TTablePolicy](/images/Libraries/Alexandria/e/1/15/Data.Cloud.AzureAPI.TTablePolicy.png)
Delphi
TTablePolicy = class(TPolicy)
C++
class PASCALIMPLEMENTATION TTablePolicy : public TPolicy
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | Data.Cloud.AzureAPI |
Description
Represents an access policy for a table.
The access policy for a table 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 |
---|---|---|
r |
||
a |
| |
u |
||
d |
Use TAzureTableService.SetTableACL to assign a table policy to a table.