InsightLimits¶
-
class
oci.psql.models.InsightLimits(**kwargs)¶ Bases:
objectDefines limits applicable to an insight type.
Methods
__init__(**kwargs)Initializes a new InsightLimits object with values from keyword arguments. Attributes
max_rowsGets the max_rows of this InsightLimits. max_time_range_daysGets the max_time_range_days of this InsightLimits. -
__init__(**kwargs)¶ Initializes a new InsightLimits object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - max_time_range_days (int) – The value to assign to the max_time_range_days property of this InsightLimits.
- max_rows (int) – The value to assign to the max_rows property of this InsightLimits.
-
max_rows¶ Gets the max_rows of this InsightLimits. Maximum number of rows returned.
Returns: The max_rows of this InsightLimits. Return type: int
-
max_time_range_days¶ Gets the max_time_range_days of this InsightLimits. Maximum allowed time range in days.
Returns: The max_time_range_days of this InsightLimits. Return type: int
-