Class MetricHeader
Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class MetricHeader : IMessage<MetricHeader>, IEquatable<MetricHeader>, IDeepCloneable<MetricHeader>, IBufferMessage, IMessage
Constructors
MetricHeader()
Declaration
public MetricHeader()
MetricHeader(MetricHeader)
Declaration
public MetricHeader(MetricHeader other)
Parameters
Type | Name | Description |
---|---|---|
MetricHeader | other |
Properties
Name
The metric's name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The metric's data type.
Declaration
public MetricType Type { get; set; }
Property Value
Type | Description |
---|---|
MetricType |