CloudBlobClient.MaximumExecutionTime Property
Note: This API is now obsolete.
Gets or sets the maximum execution time across all potential retries.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[ObsoleteAttribute("Use DefaultRequestOptions.MaximumExecutionTime.")]
public Nullable<TimeSpan> MaximumExecutionTime { get; set; }
<ObsoleteAttribute("Use DefaultRequestOptions.MaximumExecutionTime.")>
Public Property MaximumExecutionTime As Nullable(Of TimeSpan)
Property Value
Type: System.Nullable<TimeSpan>
A TimeSpan containing the maximum execution time across all potential retries.
See Also
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top