Show / Hide Table of Contents

Class MetricValue

The value of a metric.

Inheritance
System.Object
MetricValue
Implements
Google.Protobuf.IMessage<MetricValue>
System.IEquatable<MetricValue>
Google.Protobuf.IDeepCloneable<MetricValue>
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 MetricValue : IMessage<MetricValue>, IEquatable<MetricValue>, IDeepCloneable<MetricValue>, IBufferMessage, IMessage

Constructors

MetricValue()

Declaration
public MetricValue()

MetricValue(MetricValue)

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

Properties

OneValueCase

Declaration
public MetricValue.OneValueOneofCase OneValueCase { get; }
Property Value
Type Description
MetricValue.OneValueOneofCase

Value

Measurement value. See MetricHeader for type.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top