Show / Hide Table of Contents

Class OptimizerStatisticsCollectionAggregationsCollection

The number of times optimizer statistics are collected each hour, grouped by task status.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OptimizerStatisticsCollectionAggregationSummary> Items { get; set; }
Property Value
Type Description
List<OptimizerStatisticsCollectionAggregationSummary>

The list of Optimizer Statistics Collection details.

Remarks

Required

In this article
Back to top