QdrantBuilderExtensions
AddQdrant(IDistributedApplicationBuilder, String, IResourceBuilder<ParameterResource>, Int32?, Int32?)
WithDataBindMount(IResourceBuilder<QdrantServerResource>, String, Boolean)
WithDataVolume(IResourceBuilder<QdrantServerResource>, String, Boolean)
WithReference<TDestination>(IResourceBuilder<TDestination>, IResourceBuilder<QdrantServerResource>)
WithReference<TDestination>(IResourceBuilder<TDestination>, IResourceBuilder<QdrantServerResource>, String)
net11.0
namespace Aspire.Hosting
{
public static class QdrantBuilderExtensions
{
[AspireExportIgnore(Reason = "Polyglot app hosts use the generic withReference export.")]
public static IResourceBuilder<TDestination>! WithReference<TDestination>(this IResourceBuilder<TDestination>! builder, IResourceBuilder<QdrantServerResource!>! qdrantResource, string? connectionName = null)
where TDestination, IResourceWithEnvironment!;
}
}
| .NET | 8.09.010.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Aspire.Hosting.Qdrant , Version=13.3.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Aspire.Hosting.Qdrant , Version=13.2.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Your project needs a package reference to |
| Package | Aspire.Hosting.Qdrant (13.3.0-preview.1.26176.1) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API