C#
C++
F#
VB
BlobRequestOptions.ParallelOperationThreadCount Property
BlobRequestOptions::ParallelOperationThreadCount Property
BlobRequestOptions.ParallelOperationThreadCount Property
BlobRequestOptions.ParallelOperationThreadCount Property
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 SingleBlobUploadThresholdInBytesSingleBlobUploadThresholdInBytesSingleBlobUploadThresholdInBytesSingleBlobUploadThresholdInBytes property in size.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<int> ParallelOperationThreadCount { Nullable<int> get(); void set(Nullable<int> value); }
Property Value
Type: System.Nullable<Int32>System::Nullable<Int32>System.Nullable<Int32>System.Nullable(Of Int32)An integer value indicating the number of parallel blob upload operations that may proceed.