Azure.Storage.Files.DataLake.Models.DataLakeFileOpenWriteOptions
Optional parameters for File Open Write.
The size of the buffer to use. Default is 4 MB,
max is 4000 MB. See MaxUploadLongBytes.
Azure Storage Events allow applications to receive notifications when files change. When Azure Storage Events are enabled,
a file changed event is raised. This event has a property indicating whether this is the final change to distinguish the
difference between an intermediate flush to a file stream and the final close of a file stream. The close query parameter
is valid only when the action is "flush" and change notifications are enabled. If the value of close is "true" and the
flush operation completes successfully, the service raises a file change notification with a property indicating that
this is the final update (the file stream has been closed). If "false" a change notification is raised indicating the
file has changed. The default is false. This query parameter is set to true by the Hadoop ABFS driver to indicate that
the file stream has been closed.
Access conditions used to open the write stream.
Optional IProgress<T> to provide
progress updates about data transfers.
Optional override settings for this client's TransferValidation settings.
public DataLakeFileOpenWriteOptions()