Show / Hide Table of Contents

Class PivotHeader

Dimensions' values in a single pivot.

Inheritance
System.Object
PivotHeader
Implements
Google.Protobuf.IMessage<PivotHeader>
System.IEquatable<PivotHeader>
Google.Protobuf.IDeepCloneable<PivotHeader>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class PivotHeader : IMessage<PivotHeader>, IEquatable<PivotHeader>, IDeepCloneable<PivotHeader>, IBufferMessage, IMessage

Constructors

PivotHeader()

Declaration
public PivotHeader()

PivotHeader(PivotHeader)

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

Properties

PivotDimensionHeaders

The size is the same as the cardinality of the corresponding dimension combinations.

Declaration
public RepeatedField<PivotDimensionHeader> PivotDimensionHeaders { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<PivotDimensionHeader>

RowCount

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

Declaration
public int RowCount { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top