Show / Hide Table of Contents

Class UsersResource.DatasetResource

The "dataset" collection of methods.

Inheritance
object
UsersResource.DatasetResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX