DocumentDBPostgresVersion
Enum net10.0
Selects which PostgreSQL major version of the
documentdb-local container image to use. namespace Aspire.Hosting.ApplicationModel;
public enum DocumentDBPostgresVersionRemarks
Section titled Remarks Upstream publishes the same DocumentDB version against multiple PostgreSQL backend versions. Use with
DocumentDBBuilderExtensions.WithPostgresVersion to select a non-default backend. Adding new variants (for example Pg18) is intentionally a manual code change that requires review. Enum Members
Section titled Enum MembersPg15PostgreSQL 15 backend (pg15- tag prefix).
Pg16PostgreSQL 16 backend (pg16- tag prefix).
Pg17PostgreSQL 17 backend (pg17- tag prefix). Default.