C#
C++
F#
VB
BlobRequestOptions.SingleBlobUploadThresholdInBytes Property
BlobRequestOptions::SingleBlobUploadThresholdInBytes Property
BlobRequestOptions.SingleBlobUploadThresholdInBytes Property
BlobRequestOptions.SingleBlobUploadThresholdInBytes Property
Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> SingleBlobUploadThresholdInBytes { Nullable<long long> get(); void set(Nullable<long long> value); }
Property Value
Type: System.Nullable<Int64>System::Nullable<Int64>System.Nullable<Int64>System.Nullable(Of Int64)A long indicating the maximum size of a blob, in bytes, that may be uploaded as a single blob, ranging from between 1 and 64 MB inclusive.