DbServerMetadata interface
Database server metadata.
Properties
| location | Location of database server. NOTE: This property will not be serialized. It can only be populated by the server. |
| sku | Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server. |
| storage |
Storage size (in MB) for database server. |
| version | Major version of PostgreSQL database engine. |
Property Details
location
Location of database server. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
sku
Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server.
sku?: ServerSku
Property Value
storageMb
Storage size (in MB) for database server.
storageMb?: number
Property Value
number
version
Major version of PostgreSQL database engine.
version?: string
Property Value
string