Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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.

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

Syntax

 
public Nullable<int> ParallelOperationThreadCount { get; set; }
 
public:
property Nullable<int> ParallelOperationThreadCount {
	Nullable<int> get();
	void set(Nullable<int> value);
}
 
member ParallelOperationThreadCount : Nullable<int> with get, set
 
Public Property ParallelOperationThreadCount As Nullable(OfInteger)

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.

Return to top