Class AccessMetric
The quantitative measurements of a report. For example, the metric
accessCount
is the total number of data access records.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.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 |