Show / Hide Table of Contents

Class SqlPlanBaselineAggregation

A summary of SQL plan baselines.

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

Properties

Count

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

The number of SQL plan baselines matching aggregation criteria.

Dimensions

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

Required

In this article
Back to top