Skip to content
DocsTry Aspire
DocsTry

SolrResource.withDataBindMount

Method
📦 CommunityToolkit.Aspire.Hosting.Solr v13.4.0
interface SolrResource {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): SolrResource;
}

Signature

methodwithDataBindMountbuilder
Adds a bind mount for the data folder to a Solr container resource.
withDataBindMount(
source: string,
isReadOnly?: boolean): SolrResource
sourcestring
isReadOnlybooleanoptional= False
SolrResource

Defined on

This method is defined on the following type: