Show / Hide Table of Contents

Class FindingSchemaOrOperation

The findings of the Optimizer Statistics Advisor.

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

Properties

Operations

Declaration
[JsonProperty(PropertyName = "operations")]
public List<string> Operations { get; set; }
Property Value
Type Description
List<string>

The list of operation details.

Schemas

Declaration
[JsonProperty(PropertyName = "schemas")]
public List<SchemaDefinition> Schemas { get; set; }
Property Value
Type Description
List<SchemaDefinition>

The names of the impacted database schemas and their objects.

In this article
Back to top