BlockBlobOpenWriteOptions 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 Page Blob Open Write.
public class BlockBlobOpenWriteOptions
type BlockBlobOpenWriteOptions = class
Public Class BlockBlobOpenWriteOptions
- Inheritance
-
BlockBlobOpenWriteOptions
Constructors
BlockBlobOpenWriteOptions() |
Properties
BufferSize |
The size of the buffer to use. Default is 4 MB, max is 4000 MB. See BlockBlobMaxStageBlockLongBytes. |
HttpHeaders |
Optional standard HTTP header properties that can be set for this block blob. |
Metadata |
Optional custom metadata to set for this block blob. |
OpenConditions |
Access conditions used to open the write stream. |
ProgressHandler |
Optional IProgress<T> to provide progress updates about data transfers. |
Tags |
Options tags to set for this block blob. |
TransferValidation |
Optional override settings for this client's TransferValidation settings. This operation does not allow PrecalculatedChecksum to be set. |
Applies to
Azure SDK for .NET