DSAzure.TAccessPolicyArray
| [–] Properties | |
|---|---|
| Type: array typedef
| |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: DSAzure | |
Delphi
TAccessPolicyArray = array of TAccessPolicy;
C++
typedef System::DynamicArray<TAccessPolicy> TAccessPolicyArray;
Description
Represents an array of permissions for a blob container.
TAccessPolicyArray is an array of permissions for a blob container. Each item in the array holds the required information for defining the permissions on a blob container. The permissions indicate whether blobs in a container may be accessed publicly, and with which actions.