CommunityToolkit.Aspire.Hosting.Elasticsearch.Extensions
📦 CommunityToolkit.Aspire.Hosting.Elasticsearch.Extensions v13.4.0 2 Functions
1 Types
1 types and 0 members
Types
Functions
method
withElasticvue builder Adds an administration and development platform for Elasticsearch to the application model using Elasticvue.
withElasticvue(configureContainer?: (obj: ElasticvueContainerResource) => Promise<void>, containerName?: string): ElasticsearchResource method
withHostPort builder Configures the host port that the Elasticvue resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): ElasticvueContainerResource