Class RunRealtimeReportRequest
The request to generate a realtime report.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1alpha.Data
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public class RunRealtimeReportRequest : IDirectResponseSchema
Properties
DimensionFilter
The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
Declaration
[JsonProperty("dimensionFilter")]
public virtual FilterExpression DimensionFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterExpression |
Dimensions
The dimensions requested and displayed.
Declaration
[JsonProperty("dimensions")]
public virtual IList<Dimension> Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Dimension> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Limit
The number of rows to return. If the limit parameter is unspecified, 10,000 rows are returned. The API
returns a maximum of 100,000 rows per request, no matter how many you ask for.
Declaration
[JsonProperty("limit")]
public virtual long? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
MetricAggregations
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
Declaration
[JsonProperty("metricAggregations")]
public virtual IList<string> MetricAggregations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
MetricFilter
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
Declaration
[JsonProperty("metricFilter")]
public virtual FilterExpression MetricFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterExpression |
Metrics
The metrics requested and displayed.
Declaration
[JsonProperty("metrics")]
public virtual IList<Metric> Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Metric> |
OrderBys
Specifies how rows are ordered in the response.
Declaration
[JsonProperty("orderBys")]
public virtual IList<OrderBy> OrderBys { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<OrderBy> |
ReturnPropertyQuota
Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota is returned in PropertyQuota.
Declaration
[JsonProperty("returnPropertyQuota")]
public virtual bool? ReturnPropertyQuota { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |