ShareFileOpenWriteOptions Class

Definition

Optional parameters for File Open Write.

public class ShareFileOpenWriteOptions
type ShareFileOpenWriteOptions = class
Public Class ShareFileOpenWriteOptions
Inheritance
ShareFileOpenWriteOptions

Constructors

ShareFileOpenWriteOptions()

Properties

BufferSize

The size of the buffer to use. Default is 4 MB, max is 4 MB.

MaxSize

Required if overwrite is set to true, or the underlying file is being created for the first time. Specifies the size of the new file in bytes. The max supported file size is 4 TiB.

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. hashing on uploads.

Applies to