Class SqlStatisticsTimeSeriesByPlanAggregation
SQL performance statistics for a given plan
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SqlStatisticsTimeSeriesByPlanAggregation
Properties
PlanHash
Declaration
[Required(ErrorMessage = "PlanHash is required.")]
[JsonProperty(PropertyName = "planHash")]
public long? PlanHash { get; set; }
Property Value
Type | Description |
---|---|
long? | Plan hash value for the SQL Execution Plan |
Remarks
Required
Statistics
Declaration
[Required(ErrorMessage = "Statistics is required.")]
[JsonProperty(PropertyName = "statistics")]
public List<SqlStatisticsTimeSeries> Statistics { get; set; }
Property Value
Type | Description |
---|---|
List<SqlStatisticsTimeSeries> | SQL performance statistics for a given plan |
Remarks
Required