Data.Cloud.AzureAPI.TBlobPolicy Properties
InheritedProtected
| CanDeleteBlob | public | Determines whether this policy grants delete permission (True) or not (False). |
| CanListBlob | public | Determines whether this policy grants list permission (True) or not (False). |
| CanReadBlob | public | Determines whether this policy grants read permission (True) or not (False). |
| CanWriteBlob | public | Determines whether this policy grants write permission (True) or not (False). |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ExpiryDate | public | Date when the policy expires in ISO 8601 format. |
| Permission | public | String of characters that represents the permissions that this policy grants. |
| StartDate | public | Date when the policy starts in ISO 8601 format. |