C#
C++
F#
VB
BlobRequestOptions.AbsorbConditionalErrorsOnRetry Property
BlobRequestOptions::AbsorbConditionalErrorsOnRetry Property
BlobRequestOptions.AbsorbConditionalErrorsOnRetry Property
BlobRequestOptions.AbsorbConditionalErrorsOnRetry Property
Gets or sets a value that indicates whether a conditional failure should be absorbed on a retry attempt for the request.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<bool> AbsorbConditionalErrorsOnRetry { Nullable<bool> get(); void set(Nullable<bool> value); }
Property Value
Type: System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)Remarks
This option is used only by the CloudAppendBlob object in the UploadFrom* methods and the BlobWriteStream methods. By default, it is set to false. Set this option to true only for single writer scenarios. Setting this option to true in a multi-writer scenario may lead to corrupted blob data.