Show / Hide Table of Contents

Class AuditProfileAggregationItems

Details of audit profile aggregation items.

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

Properties

Count

Declaration
[JsonProperty(PropertyName = "count")]
public long? Count { get; set; }
Property Value
Type Description
long?

Total count of aggregated metric.

Dimensions

Declaration
[JsonProperty(PropertyName = "dimensions")]
public AuditProfileDimensions Dimensions { get; set; }
Property Value
Type Description
AuditProfileDimensions
In this article
Back to top