azurify-0.1.0.0: A simple library for accessing Azure blob storage

Safe HaskellSafe-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 BlobType Source

Constructors

PageBlob 
BlockBlob 

Instances