Show / Hide Table of Contents

Class AccessMetric

The quantitative measurements of a report. For example, the metric accessCount is the total number of data access records.

Inheritance
object
AccessMetric
Implements
IMessage<AccessMetric>
IEquatable<AccessMetric>
IDeepCloneable<AccessMetric>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class AccessMetric : IMessage<AccessMetric>, IEquatable<AccessMetric>, IDeepCloneable<AccessMetric>, IBufferMessage, IMessage

Constructors

AccessMetric()

Declaration
public AccessMetric()

AccessMetric(AccessMetric)

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

Properties

MetricName

The API name of the metric. See Data Access Schema for the list of metrics supported in this API.

Metrics are referenced by name in metricFilter & orderBys.

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