Class DiscoveryAnalyticsSummary
Summary of discovery analytics data.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class DiscoveryAnalyticsSummary
Properties
Count
Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? | The total count for the aggregation metric. |
Remarks
Required
Dimensions
Declaration
[JsonProperty(PropertyName = "dimensions")]
public Dimensions Dimensions { get; set; }
Property Value
Type | Description |
---|---|
Dimensions |
MetricName
Declaration
[Required(ErrorMessage = "MetricName is required.")]
[JsonProperty(PropertyName = "metricName")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DiscoveryAnalyticsSummary.MetricNameEnum? MetricName { get; set; }
Property Value
Type | Description |
---|---|
DiscoveryAnalyticsSummary.MetricNameEnum? | The name of the aggregation metric. |
Remarks
Required