Show / Hide Table of Contents

Class SqlFirewallAllowedSqlAggregation

The details of SQL Firewall allow SQL aggregate.

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

Properties

Count

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

The total count of the aggregated metric.

Remarks

Required

Dimensions

Declaration
[Required(ErrorMessage = "Dimensions is required.")]
[JsonProperty(PropertyName = "dimensions")]
public SqlFirewallAllowedSqlDimensions Dimensions { get; set; }
Property Value
Type Description
SqlFirewallAllowedSqlDimensions
Remarks

Required

In this article
Back to top