C# Class BlobUtility.Program

Afficher le fichier Open project: Plasma/AzureBlobUtility

Private Methods

Méthode Description
AssignDownloadPolicyContainerPermissions ( Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container ) : void

Assign permissions for a download to occur for our readonly permission policy

ConfigureLogging ( bool verbose ) : void
CreateBlobRequestOptionsWithMaxTimeout ( ) : Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions
GetDownloadUrlFor ( ICloudBlob blob ) : string

Return a secret, persistent Download Url for a given Blob

Main ( string args ) : int