DSAzure.TAccessPolicy.PermWrite

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

PermWrite: boolean;

C++

bool PermWrite;

Description

Field used to specify the public write permission.

PermWrite is set to True to give public write permission for creating or updating the content, block lists, metadata, and properties of any blob in the container.

See Also