| Safe Haskell | Safe-Inferred |
|---|
Azure.BlobDataTypes
Documentation
data AccessControl Source
Constructors
| ContainerPublic | the container can be enumerated and all blobs can be read by anonymous users |
| BlobPublic | blobs can be read by anonymous users, but the container cannot be enumerated |
| Private | blobs can't be read by anonymous users and the container cannot be enumerated |
data BlobSettings Source
Constructors
| BlobSettings | |
Fields
| |
Constructors