Share via


DataLakeFileFlushOptions.RetainUncommittedData Property

Definition

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