Share via


ChangeLogsResponse.DeletedLogs Property

Definition

Returns delete logs for records that have been deleted post the time when the token was requested from HealthConnectManager#getChangeLogToken

public System.Collections.Generic.IList<Android.Health.Connect.ChangeLog.ChangeLogsResponse.DeletedLog> DeletedLogs { [Android.Runtime.Register("getDeletedLogs", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getDeletedLogs", "()Ljava/util/List;", "", ApiSince=34)>]
member this.DeletedLogs : System.Collections.Generic.IList<Android.Health.Connect.ChangeLog.ChangeLogsResponse.DeletedLog>

Property Value

Attributes

Remarks

Returns delete logs for records that have been deleted post the time when the token was requested from HealthConnectManager#getChangeLogToken

This contains record id of deleted record and the timestamp when the record was deleted.

Java documentation for android.health.connect.changelog.ChangeLogsResponse.getDeletedLogs().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to