AnalyticsClusterSchemaMemoryEstimate¶
-
class
oci.mysql.models.
AnalyticsClusterSchemaMemoryEstimate
(**kwargs)¶ Bases:
object
DEPRECATED – please use HeatWave API instead. Schema with estimated memory footprints for each MySQL user table of the schema when loaded to Analytics Cluster memory.
Methods
__init__
(**kwargs)Initializes a new AnalyticsClusterSchemaMemoryEstimate object with values from keyword arguments. Attributes
per_table_estimates
[Required] Gets the per_table_estimates of this AnalyticsClusterSchemaMemoryEstimate. schema_name
[Required] Gets the schema_name of this AnalyticsClusterSchemaMemoryEstimate. -
__init__
(**kwargs)¶ Initializes a new AnalyticsClusterSchemaMemoryEstimate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - schema_name (str) – The value to assign to the schema_name property of this AnalyticsClusterSchemaMemoryEstimate.
- per_table_estimates (list[oci.mysql.models.AnalyticsClusterTableMemoryEstimate]) – The value to assign to the per_table_estimates property of this AnalyticsClusterSchemaMemoryEstimate.
-
per_table_estimates
¶ [Required] Gets the per_table_estimates of this AnalyticsClusterSchemaMemoryEstimate. Estimated memory footprints for MySQL user tables of the schema when loaded to Analytics Cluster memory.
Returns: The per_table_estimates of this AnalyticsClusterSchemaMemoryEstimate. Return type: list[oci.mysql.models.AnalyticsClusterTableMemoryEstimate]
-
schema_name
¶ [Required] Gets the schema_name of this AnalyticsClusterSchemaMemoryEstimate. The name of the schema.
Returns: The schema_name of this AnalyticsClusterSchemaMemoryEstimate. Return type: str
-