Class PivotHeader
Dimensions' values in a single pivot.
Inheritance
System.Object
PivotHeader
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AnalyticsData.v1alpha.Data
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public class PivotHeader : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PivotDimensionHeaders
The size is the same as the cardinality of the corresponding dimension combinations.
Declaration
[JsonProperty("pivotDimensionHeaders")]
public virtual IList<PivotDimensionHeader> PivotDimensionHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<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
[JsonProperty("rowCount")]
public virtual int? RowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |