CommunityToolkit.Aspire.Hosting.KurrentDB
📦 CommunityToolkit.Aspire.Hosting.KurrentDB v13.4.0 3 Functions
1 Types
1 types and 5 members
Types
Functions
method
addKurrentDB builder Adds a KurrentDB resource to the application model. A container is used for local development. The default image is and the tag is .
addKurrentDB(name: string, port?: number): KurrentDBResource method
withDataBindMount builder Adds a bind mount for the data folder to a KurrentDB container resource.
withDataBindMount(source: string): KurrentDBResource method
withDataVolume builder Adds a named volume for the data folder to a KurrentDB container resource.
withDataVolume(name?: string): KurrentDBResource