Class HeatWaveClusterSchemaMemoryEstimate
Schema with estimated memory footprints for each MySQL user table of the schema when loaded to HeatWave cluster memory.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class HeatWaveClusterSchemaMemoryEstimateProperties
PerTableEstimates
Declaration
[Required(ErrorMessage = "PerTableEstimates is required.")]
[JsonProperty(PropertyName = "perTableEstimates")]
public List<HeatWaveClusterTableMemoryEstimate> PerTableEstimates { get; set; }Property Value
| Type | Description | 
|---|---|
| List<HeatWaveClusterTableMemoryEstimate> | Estimated memory footprints for MySQL user tables of the schema when loaded to HeatWave cluster memory. | 
Remarks
Required
SchemaName
Declaration
[Required(ErrorMessage = "SchemaName is required.")]
[JsonProperty(PropertyName = "schemaName")]
public string SchemaName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the schema. | 
Remarks
Required