SyncStats.NumInserts 屬性

定義

計數器用來追蹤同步操作執行的插入次數,該操作由 SyncAdapter 定義。

[Android.Runtime.Register("numInserts")]
public long NumInserts { get; set; }
[<Android.Runtime.Register("numInserts")>]
member this.NumInserts : int64 with get, set

屬性值

屬性

備註

計數器用來追蹤同步操作執行的插入次數,該操作由 SyncAdapter 定義。

Java 文件 android.content.SyncStats.numInserts

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於