Class ReconcileDataPointsRequest
Request to reconcile data points from multiple data sources.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ReconcileDataPointsRequest : IMessage<ReconcileDataPointsRequest>, IEquatable<ReconcileDataPointsRequest>, IDeepCloneable<ReconcileDataPointsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ReconcileDataPointsRequest()
Declaration
public ReconcileDataPointsRequest()
ReconcileDataPointsRequest(ReconcileDataPointsRequest)
Declaration
public ReconcileDataPointsRequest(ReconcileDataPointsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ReconcileDataPointsRequest | other |
Properties
DataSourceFamily
Optional. The data source family name to reconcile.
If empty, data points from all data sources will be reconciled.
Format: users/me/dataSourceFamilies/{data_source_family}
users/me/dataSourceFamilies/all-sources- Default value. Includes data from all available data sources.users/me/dataSourceFamilies/google-wearables- Includes data from Google and Fitbit tracker devices (such as Fitbit trackers and Pixel Watch). Excludes manually logged data.users/me/dataSourceFamilies/google-sources- Includes first-party Google data, such as data from tracker devices, manually logged data, and Health Connect.
Declaration
public string DataSourceFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. Filter expression based on https://aip.dev/160.
A time range, either physical or civil, can be specified. See the [ListDataPointsRequest.filter][google.devicesandservices.health.v4.ListDataPointsRequest.filter] for the supported fields and syntax.
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Optional. The maximum number of data points to return.
If unspecified, at most 1440 data points will be returned.
The maximum page size is 10000; values above that will be truncated
accordingly.
For exercise and sleep the default page size is 25.
The maximum page size for exercise and sleep is 25.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
Optional. The next_page_token from a previous request, if any.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. Parent data type of the Data Point collection.
Format: users/me/dataTypes/{data_type}, e.g.:
users/me/dataTypes/stepsusers/me/dataTypes/heart-rate
For a list of the supported data types see the [DataPoint data][google.devicesandservices.health.v4.DataPoint] union field.
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |