DSAzure.TAccessPolicy.PermRead

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAccessPolicy

Delphi

PermRead: boolean;

C++

bool PermRead;

Description

Field used to specify the public read permission.

PermRead is set to True to give public read permission for reading content, metadata, properties, and block lists for any blob in the container.

See Also