Show / Hide Table of Contents

Class RealtimeData.QueryData

Real time data request query parameters.

Inheritance
object
RealtimeData.QueryData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class RealtimeData.QueryData

Properties

Dimensions

List of real time dimensions.

Declaration
[JsonProperty("dimensions")]
public virtual string Dimensions { get; set; }
Property Value
Type Description
string

Filters

Comma-separated list of dimension or metric filters.

Declaration
[JsonProperty("filters")]
public virtual string Filters { get; set; }
Property Value
Type Description
string

Ids

Unique table ID.

Declaration
[JsonProperty("ids")]
public virtual string Ids { get; set; }
Property Value
Type Description
string

MaxResults

Maximum results per page.

Declaration
[JsonProperty("max-results")]
public virtual int? MaxResults { get; set; }
Property Value
Type Description
int?

Metrics

List of real time metrics.

Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
Type Description
IList<string>

Sort

List of dimensions or metrics based on which real time data is sorted.

Declaration
[JsonProperty("sort")]
public virtual IList<string> Sort { get; set; }
Property Value
Type Description
IList<string>
In this article
Back to top Generated by DocFX