你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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