Show / Hide Table of Contents

Class AuditTrailAggregationItems

Details of audit trail aggregation items.

Inheritance
object
AuditTrailAggregationItems
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 AuditTrailAggregationItems

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 AuditTrailDimensions Dimensions { get; set; }
Property Value
Type Description
AuditTrailDimensions
In this article
Back to top