Class OdspInsight
Details for a single ODSP insight.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class OdspInsight
Properties
InsightType
Declaration
[Required(ErrorMessage = "InsightType is required.")]
[JsonProperty(PropertyName = "insightType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OdspInsight.InsightTypeEnum? InsightType { get; set; }
Property Value
| Type | Description |
|---|---|
| OdspInsight.InsightTypeEnum? | Type of Insight collected for the database system. |
Remarks
Required
RetentionPeriodInDays
Declaration
[JsonProperty(PropertyName = "retentionPeriodInDays")]
public int? RetentionPeriodInDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Retention period for Insight data, in days. Current supported value is 7 days. the system default is 7 days. |