Show / Hide Table of Contents

Class Metadata

The dimensions, metrics and comparisons currently accepted in reporting methods.

Inheritance
object
Metadata
Implements
IMessage<Metadata>
IEquatable<Metadata>
IDeepCloneable<Metadata>
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 Metadata : IMessage<Metadata>, IEquatable<Metadata>, IDeepCloneable<Metadata>, IBufferMessage, IMessage

Constructors

Metadata()

Declaration
public Metadata()

Metadata(Metadata)

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

Properties

Comparisons

The comparison descriptions.

Declaration
public RepeatedField<ComparisonMetadata> Comparisons { get; }
Property Value
Type Description
RepeatedField<ComparisonMetadata>

Dimensions

The dimension descriptions.

Declaration
public RepeatedField<DimensionMetadata> Dimensions { get; }
Property Value
Type Description
RepeatedField<DimensionMetadata>

MetadataName

MetadataName-typed view over the Name resource name property.

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

Metrics

The metric descriptions.

Declaration
public RepeatedField<MetricMetadata> Metrics { get; }
Property Value
Type Description
RepeatedField<MetricMetadata>

Name

Resource name of this metadata.

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