Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UsersDataTypesDataPointsReconcileOptions

import type { UsersDataTypesDataPointsReconcileOptions } from "https://googleapis.deno.dev/v1/health:v4.ts";

Additional options for Health#usersDataTypesDataPointsReconcile.

interface UsersDataTypesDataPointsReconcileOptions {
dataSourceFamily?: string;
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
dataSourceFamily?: string
[src]

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} The supported values are: - users/me/dataSourceFamilies/all-sources - default value - users/me/dataSourceFamilies/google-wearables - tracker devices - users/me/dataSourceFamilies/google-sources - Google first party sources

§
filter?: string
[src]

Optional. Filter expression based on https://aip.dev/160. A time range, either physical or civil, can be specified. See the ListDataPointsRequest.filter for the supported fields and syntax.

§
pageSize?: number
[src]

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.

§
pageToken?: string
[src]

Optional. The next_page_token from a previous request, if any.