BlobRequestOptions.SingleBlobUploadThresholdInBytes Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft.WindowsAzure.Storage.Queue
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.
Namespace:
Microsoft.WindowsAzure.Storage.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.
Return to top
Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob.
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.