PostgreSqlManagedDiskPerformanceTier 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.
Storage tier of a server.
public readonly struct PostgreSqlManagedDiskPerformanceTier : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlManagedDiskPerformanceTier>
type PostgreSqlManagedDiskPerformanceTier = struct
Public Structure PostgreSqlManagedDiskPerformanceTier
Implements IEquatable(Of PostgreSqlManagedDiskPerformanceTier)
- Inheritance
-
PostgreSqlManagedDiskPerformanceTier
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlManagedDiskPerformanceTier(String) |
Initializes a new instance of PostgreSqlManagedDiskPerformanceTier. |
Properties
| Name | Description |
|---|---|
| P1 |
Entry-level SSD for minimal IOPS, ideal for light development or testing workloads. |
| P10 |
Popular choice for general-purpose production workloads with scalable performance. |
| P15 |
High IOPS tier for demanding apps with frequent read/write operations. |
| P2 |
Slightly higher IOPS for small-scale applications needing consistent low latency. |
| P20 |
Entry point for high-performance Solid State Disks (SSDs), suitable for small-scale I/O-intensive workloads. |
| P3 |
Balanced performance for basic production workloads with moderate throughput. |
| P30 |
Balanced tier for moderate throughput and latency-sensitive applications. |
| P4 |
Enhanced IOPS for growing apps with predictable performance needs. |
| P40 |
Enhanced performance for growing production workloads with consistent IOPS demands. |
| P50 |
Optimized for enterprise-grade applications needing sustained high throughput. |
| P6 |
Mid-tier SSD for steady workloads requiring reliable throughput and latency. |
| P60 |
High-capacity tier for large databases and analytics workloads with elevated IOPS. |
| P70 |
Designed for mission-critical systems requiring ultra-low latency and high concurrency. |
| P80 |
Top-tier SSD for maximum IOPS and throughput, ideal for the most demanding workloads. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlManagedDiskPerformanceTier) |
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(PostgreSqlManagedDiskPerformanceTier, PostgreSqlManagedDiskPerformanceTier) |
Determines if two PostgreSqlManagedDiskPerformanceTier values are the same. |
| Implicit(String to Nullable<PostgreSqlManagedDiskPerformanceTier>) | |
| Implicit(String to PostgreSqlManagedDiskPerformanceTier) |
Converts a string to a PostgreSqlManagedDiskPerformanceTier. |
| Inequality(PostgreSqlManagedDiskPerformanceTier, PostgreSqlManagedDiskPerformanceTier) |
Determines if two PostgreSqlManagedDiskPerformanceTier values are not the same. |