Class InsightLimits
Defines limits applicable to an insight type.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class InsightLimits
Properties
MaxRows
Declaration
[JsonProperty(PropertyName = "maxRows")]
public int? MaxRows { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Maximum number of rows returned. |
MaxTimeRangeDays
Declaration
[JsonProperty(PropertyName = "maxTimeRangeDays")]
public int? MaxTimeRangeDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Maximum allowed time range in days. |