다음을 통해 공유


ChangeLogsResponse.UpsertedRecords Property

Definition

Returns records that have been updated or inserted post the time when the given token was generated.

public System.Collections.Generic.IList<Android.Health.Connect.DataTypes.Record> UpsertedRecords { [Android.Runtime.Register("getUpsertedRecords", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getUpsertedRecords", "()Ljava/util/List;", "", ApiSince=34)>]
member this.UpsertedRecords : System.Collections.Generic.IList<Android.Health.Connect.DataTypes.Record>

Property Value

Attributes

Remarks

Returns records that have been updated or inserted post the time when the given token was generated.

Clients can use the last modified time of the record to check when the record was modified.

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

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