Show / Hide Table of Contents

Class PivotHeader

Dimensions' values in a single pivot.

Inheritance
object
PivotHeader
Implements
IMessage<PivotHeader>
IEquatable<PivotHeader>
IDeepCloneable<PivotHeader>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
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
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
int
In this article
Back to top Generated by DocFX