Class UsersResource.DatasetResource
The "dataset" collection of methods.
Inherited Members
Namespace: Google.Apis.Fitness.v1
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class UsersResource.DatasetResource
Constructors
DatasetResource(IClientService)
Constructs a new resource.
Declaration
public DatasetResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Aggregate(AggregateRequest, string)
Aggregates data of a certain type or stream into buckets divided by a given type of boundary. Multiple data sets of multiple types and from multiple sources can be aggregated into exactly one bucket type per request.
Declaration
public virtual UsersResource.DatasetResource.AggregateRequest Aggregate(AggregateRequest body, string userId)
Parameters
Type | Name | Description |
---|---|---|
AggregateRequest | body | The body of the request. |
string | userId | Aggregate data for the person identified. Use me to indicate the authenticated user. Only me is supported at this time. |
Returns
Type | Description |
---|---|
UsersResource.DatasetResource.AggregateRequest |