Cloud Storage Integrator 2016 C++ Builder Edition
Cloud Storage Integrator 2016 C++ Builder Edition
Questions / Feedback?

AccessPolicy Property

The access policy assigned to a container.

Syntax

__property TicsAzureBlobAccessPolicies AccessPolicy = {read=FAccessPolicy, write=FSetAccessPolicy, default=2};



enum TicsAzureBlobAccessPolicies { apFullPublic=0, apBlobsOnly=1, apPrivate=2 };

Default Value

2

Remarks

This property allows you to specify whether blobs in a container can be accessed publicly. The access policy is set for a container when calling CreateContainer or SetContainerACL. AccessPolicy will also be populated after a GetContainerACL call.

The available access policies are:

0 (apFullPublic)Full public read access. Both ContainerName and blob data can be read via anonymous requests.
1 (apBlobsOnly)Public read access for blobs only. Only blob data within ContainerName can be read via anonymous requests.
2 (apPrivate)No public read access. ContainerName and blob data can be read by the account owner only.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7239]