CloudBlobClient.ParallelOperationThreadCount Property

 

Note: This API is now obsolete.

Gets or sets the number of blocks that may be simultaneously uploaded when uploading a blob that is greater than the value specified by the SingleBlobUploadThresholdInBytes property in size.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

[ObsoleteAttribute("Use DefaultRequestOptions.ParallelOperationThreadCount.")]
public Nullable<int> ParallelOperationThreadCount { get; set; }
<ObsoleteAttribute("Use DefaultRequestOptions.ParallelOperationThreadCount.")>
Public Property ParallelOperationThreadCount As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

An integer indicating the number of parallel operations that may proceed.

See Also

CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top