DataLakeFileFlushOptions.RetainUncommittedData Property
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.
If "true", uncommitted data is retained after the flush operation completes; otherwise, the uncommitted data is deleted after the flush operation. The default is false. Data at offsets less than the specified position are written to the file when flush succeeds, but this optional parameter allows data after the flush position to be retained for a future flush operation.
public bool? RetainUncommittedData { get; set; }
member this.RetainUncommittedData : Nullable<bool> with get, set
Public Property RetainUncommittedData As Nullable(Of Boolean)
Property Value
Applies to
Azure SDK for .NET