Show / Hide Table of Contents

Class DatabaseInsights

Logical grouping used for Operations Insights database-targeted operations.

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

Properties

DatabaseInsightsProp

Declaration
[JsonProperty(PropertyName = "databaseInsights")]
public object DatabaseInsightsProp { get; set; }
Property Value
Type Description
object

Database Insights Object.

In this article
Back to top