AppendBlobOpenWriteOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for Append Blob Open Write.
public class AppendBlobOpenWriteOptions
type AppendBlobOpenWriteOptions = class
Public Class AppendBlobOpenWriteOptions
- Inheritance
-
AppendBlobOpenWriteOptions
Constructors
AppendBlobOpenWriteOptions() |
Properties
BufferSize |
The size of the buffer to use. Default is 4 MB. Beginning with x-ms-version 2022-11-02, the max buffer size is 100 MB. For previous versions, the max buffer size is 4 MB. See AppendBlobMaxAppendBlockBytes. |
OpenConditions |
Access conditions used to open the write stream. |
ProgressHandler |
Optional IProgress<T> to provide progress updates about data transfers. |
TransferValidation |
Optional override settings for this client's TransferValidation settings. |
Applies to
Azure SDK for .NET