DownloadOptions.SourceAccessCondition Property
Updated: January 5, 2017
Gets or sets an AccessCondition object that represents the access conditions for the source object. If null, no condition is used.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public AccessCondition SourceAccessCondition { get; set; }
Property Value
Type: Microsoft.WindowsAzure.Storage.AccessCondition
Show: