Class GoogleAnalyticsAdminV1alphaExpandedDataSet
A resource message representing an ExpandedDataSet.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaExpandedDataSet : IDirectResponseSchema
Properties
DataCollectionStartTime
object representation of DataCollectionStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DataCollectionStartTimeDateTimeOffset instead.")]
public virtual object DataCollectionStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DataCollectionStartTimeDateTimeOffset
DateTimeOffset representation of DataCollectionStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DataCollectionStartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
DataCollectionStartTimeRaw
Output only. Time when expanded data set began (or will begin) collecing data.
Declaration
[JsonProperty("dataCollectionStartTime")]
public virtual string DataCollectionStartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Optional. The description of the ExpandedDataSet. Max 50 chars.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DimensionFilterExpression
Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the
ExpandedDataSet. This filter is used to reduce the number of rows and thus the chance of encountering
other row.
Declaration
[JsonProperty("dimensionFilterExpression")]
public virtual GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression DimensionFilterExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression |
DimensionNames
Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.
Declaration
[JsonProperty("dimensionNames")]
public virtual IList<string> DimensionNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DisplayName
Required. The display name of the ExpandedDataSet. Max 200 chars.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetricNames
Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.
Declaration
[JsonProperty("metricNames")]
public virtual IList<string> MetricNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Name
Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |