public DownloadBlob ( |
||
uri | The blob url from which file needs to be downloaded.If blob has private read permissions then appropriate sas url need to be passed | |
localFile | string | The full path where file will be saved |
fileEncryption | Microsoft.WindowsAzure.MediaServices.Client.FileEncryption | The file encryption if file has been encrypted. Pass null if no encryption has been used |
initializationVector | ulong | The initialization vector if encryption has been used. |
cancellationToken | The cancellation token. | |
retryPolicy | IRetryPolicy | The RetryPolicy delegate returns a ShouldRetry delegate, which can be used to implement a custom retry policy.RetryPolicies class can bee used to get default policies |
getSharedAccessSignature | Func |
A callback function which returns Sas signature for the file to be downloaded |
return | Task |