Show / Hide Table of Contents

Class ExpandedDataSet

A resource message representing an ExpandedDataSet.

Inheritance
object
ExpandedDataSet
Implements
IMessage<ExpandedDataSet>
IEquatable<ExpandedDataSet>
IDeepCloneable<ExpandedDataSet>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ExpandedDataSet : IMessage<ExpandedDataSet>, IEquatable<ExpandedDataSet>, IDeepCloneable<ExpandedDataSet>, IBufferMessage, IMessage

Constructors

ExpandedDataSet()

Declaration
public ExpandedDataSet()

ExpandedDataSet(ExpandedDataSet)

Declaration
public ExpandedDataSet(ExpandedDataSet other)
Parameters
Type Name Description
ExpandedDataSet other

Properties

DataCollectionStartTime

Output only. Time when expanded data set began (or will begin) collecing data.

Declaration
public Timestamp DataCollectionStartTime { get; set; }
Property Value
Type Description
Timestamp

Description

Optional. The description of the ExpandedDataSet. Max 50 chars.

Declaration
public 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
public ExpandedDataSetFilterExpression DimensionFilterExpression { get; set; }
Property Value
Type Description
ExpandedDataSetFilterExpression

DimensionNames

Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.

Declaration
public RepeatedField<string> DimensionNames { get; }
Property Value
Type Description
RepeatedField<string>

DisplayName

Required. The display name of the ExpandedDataSet. Max 200 chars.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

ExpandedDataSetName

ExpandedDataSetName-typed view over the Name resource name property.

Declaration
public ExpandedDataSetName ExpandedDataSetName { get; set; }
Property Value
Type Description
ExpandedDataSetName

MetricNames

Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.

Declaration
public RepeatedField<string> MetricNames { get; }
Property Value
Type Description
RepeatedField<string>

Name

Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX