CommunityToolkit.Aspire.Hosting.KurrentDB
📦 CommunityToolkit.Aspire.Hosting.KurrentDBv13.4.03Functions
1Types
1 types and 5 members
Types
Functions
method
addKurrentDBbuilderAdds 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): KurrentDBResourcemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a KurrentDB container resource.
withDataBindMount(source: string): KurrentDBResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a KurrentDB container resource.
withDataVolume(name?: string): KurrentDBResource