Show / Hide Table of Contents

Class EnabledInsightDetails

Enable or Update Existing Insights for the database system.

Inheritance
object
OdspInsightDetails
EnabledInsightDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class EnabledInsightDetails : OdspInsightDetails

Properties

OdspInsightList

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

List of ODSP Insight and their configurations.

Remarks

Required

In this article
Back to top