Azure.Storage.Files.DataLake.Models.DataLakeFileAppendOptions public class DataLakeFileAppendOptions Documentation Code public byte[] ContentHash { get; set; } public bool? Flush { get; set; } public DataLakeLeaseAction? LeaseAction { get; set; } public TimeSpan? LeaseDuration { get; set; } public string LeaseId { get; set; } public IProgress<long> ProgressHandler { get; set; } public string ProposedLeaseId { get; set; } public UploadTransferValidationOptions TransferValidation { get; set; } public DataLakeFileAppendOptions()