Show / Hide Table of Contents

Class RepositoryMetricAggregation

The set of aggregated data returned for repository analytics.

Inheritance
object
RepositoryMetricAggregation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class RepositoryMetricAggregation

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RepositoryMetricSummary> Items { get; set; }
Property Value
Type Description
List<RepositoryMetricSummary>

The metric data.

Remarks

Required

In this article
Back to top