PostgreSqlFlexibleServerRecommendationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type for this recommendation.
public readonly struct PostgreSqlFlexibleServerRecommendationType : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerRecommendationType>
type PostgreSqlFlexibleServerRecommendationType = struct
Public Structure PostgreSqlFlexibleServerRecommendationType
Implements IEquatable(Of PostgreSqlFlexibleServerRecommendationType)
- Inheritance
-
PostgreSqlFlexibleServerRecommendationType
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlFlexibleServerRecommendationType(String) |
Initializes a new instance of PostgreSqlFlexibleServerRecommendationType. |
Properties
| Name | Description |
|---|---|
| AnalyzeTable |
Recommendation to analyze a table to update statistics for the query optimizer. |
| CreateIndex |
Recommendation to create an index to improve query performance. |
| DropIndex |
Recommendation to drop an existing index because it's duplicate or unused. |
| ReIndex |
Recommendation to reindex an existing invalid index. |
| VacuumTable |
Recommendation to vacuum a table to reclaim storage and optimize performance. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlFlexibleServerRecommendationType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PostgreSqlFlexibleServerRecommendationType, PostgreSqlFlexibleServerRecommendationType) |
Determines if two PostgreSqlFlexibleServerRecommendationType values are the same. |
| Implicit(String to Nullable<PostgreSqlFlexibleServerRecommendationType>) | |
| Implicit(String to PostgreSqlFlexibleServerRecommendationType) |
Converts a string to a PostgreSqlFlexibleServerRecommendationType. |
| Inequality(PostgreSqlFlexibleServerRecommendationType, PostgreSqlFlexibleServerRecommendationType) |
Determines if two PostgreSqlFlexibleServerRecommendationType values are not the same. |