Class AggregateBucket
Implements
Inherited Members
Namespace: Google.Apis.Fitness.v1.Data
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class AggregateBucket : IDirectResponseSchema
Properties
Activity
Available for Bucket.Type.ACTIVITY_TYPE, Bucket.Type.ACTIVITY_SEGMENT
Declaration
[JsonProperty("activity")]
public virtual int? Activity { get; set; }
Property Value
Type | Description |
---|---|
int? |
Dataset
There will be one dataset per AggregateBy in the request.
Declaration
[JsonProperty("dataset")]
public virtual IList<Dataset> Dataset { get; set; }
Property Value
Type | Description |
---|---|
IList<Dataset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTimeMillis
The end time for the aggregated data, in milliseconds since epoch, inclusive.
Declaration
[JsonProperty("endTimeMillis")]
public virtual long? EndTimeMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |
Session
Available for Bucket.Type.SESSION
Declaration
[JsonProperty("session")]
public virtual Session Session { get; set; }
Property Value
Type | Description |
---|---|
Session |
StartTimeMillis
The start time for the aggregated data, in milliseconds since epoch, inclusive.
Declaration
[JsonProperty("startTimeMillis")]
public virtual long? StartTimeMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
The type of a bucket signifies how the data aggregation is performed in the bucket.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |