Class MaskingAnalyticsSummary
Summary of masking analytics data.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class MaskingAnalyticsSummary
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 MaskingAnalyticsDimensions Dimensions { get; set; }
Property Value
Type | Description |
---|---|
MaskingAnalyticsDimensions |
MetricName
Declaration
[Required(ErrorMessage = "MetricName is required.")]
[JsonProperty(PropertyName = "metricName")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MaskingAnalyticsSummary.MetricNameEnum? MetricName { get; set; }
Property Value
Type | Description |
---|---|
MaskingAnalyticsSummary.MetricNameEnum? | The name of the aggregation metric. |
Remarks
Required