Class EnabledInsightDetails
Enable or Update Existing Insights for the database system.
Inherited Members
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