withDataVolume
Method
interface PostgresServerResource { // ... omitted for brevity withDataVolume( name?: string, isReadOnly?: boolean): PostgresServerResource;}Signature
method
withDataVolume builder Adds a named volume for the data folder to a PostgreSQL container resource.
withDataVolume( name?: string, isReadOnly?: boolean): PostgresServerResourceParameters
name string optional isReadOnly boolean optional = False Returns
PostgresServerResource Applies to
This method applies to the following types: