QdrantServerResource
Class net10.0
A resource that represents a Qdrant database.
namespace Aspire.Hosting.ApplicationModel;
public class QdrantServerResource : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ContainerResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIValueProviderIValueWithReferences
12 members
Constructors1
Section titled ConstructorsQdrantServerResource(string, ParameterResource) Initializes a new instance of the
QdrantServerResource class. Properties11
Section titled PropertiesApiKeyParametergetParameterResource Gets the parameter that contains the Qdrant API key.
ConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Qdrant gRPC endpoint.
GrpcHostgetEndpointReferenceExpression Gets the host endpoint reference for the gRPC endpoint.
GrpcPortgetEndpointReferenceExpression Gets the port endpoint reference for the gRPC endpoint.
HttpConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Qdrant HTTP endpoint.
HttpEndpointgetEndpointReference Gets the HTTP endpoint for the Qdrant database.
HttpHostgetEndpointReferenceExpression Gets the host endpoint reference for the HTTP endpoint.
HttpPortgetEndpointReferenceExpression Gets the port endpoint reference for the HTTP endpoint.
HttpUriExpressiongetReferenceExpression Gets the connection URI expression for the Qdrant HTTP endpoint.
PrimaryEndpointgetEndpointReference Gets the gRPC endpoint for the Qdrant database.
UriExpressiongetReferenceExpression Gets the connection URI expression for the Qdrant gRPC endpoint.