Skip to content
DocsTry Aspire
DocsTry

QdrantServerResource

Handle
📦 Aspire.Hosting.Qdrant v13.4.0
interface QdrantServerResource
extends IComputeResource,
IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithArgs,
IResourceWithConnectionString,
QdrantServerResource]],
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport,
IValueProvider,
IValueWithReferences {
readonly apiKeyParameter: ParameterResource;
readonly connectionStringExpression: ReferenceExpression;
readonly grpcHost: EndpointReferenceExpression;
readonly grpcPort: EndpointReferenceExpression;
readonly httpConnectionStringExpression: ReferenceExpression;
readonly httpEndpoint: EndpointReference;
readonly httpHost: EndpointReferenceExpression;
readonly httpPort: EndpointReferenceExpression;
readonly httpUriExpression: ReferenceExpression;
readonly primaryEndpoint: EndpointReference;
readonly uriExpression: ReferenceExpression;
withDataBindMount(
source: string,
isReadOnly?: boolean): QdrantServerResource;
withDataVolume(
name?: string,
isReadOnly?: boolean): QdrantServerResource;
}

Properties

propertyapiKeyParameterParameterResourceget
Gets the parameter that contains the Qdrant API key.
propertyconnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the Qdrant gRPC endpoint.
propertygrpcHostEndpointReferenceExpressionget
Gets the host endpoint reference for the gRPC endpoint.
propertygrpcPortEndpointReferenceExpressionget
Gets the port endpoint reference for the gRPC endpoint.
propertyhttpConnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the Qdrant HTTP endpoint.
propertyhttpEndpointEndpointReferenceget
Gets the HTTP endpoint for the Qdrant database.
propertyhttpHostEndpointReferenceExpressionget
Gets the host endpoint reference for the HTTP endpoint.
propertyhttpPortEndpointReferenceExpressionget
Gets the port endpoint reference for the HTTP endpoint.
propertyhttpUriExpressionReferenceExpressionget
Gets the connection URI expression for the Qdrant HTTP endpoint.
propertyprimaryEndpointEndpointReferenceget
Gets the gRPC endpoint for the Qdrant database.
propertyuriExpressionReferenceExpressionget
Gets the connection URI expression for the Qdrant gRPC endpoint.

Methods

methodwithDataBindMountbuilder
Adds a bind mount for the data folder to a Qdrant container resource.
withDataBindMount(
source: string,
isReadOnly?: boolean): QdrantServerResource
sourcestring
isReadOnlybooleanoptional= False
QdrantServerResource
methodwithDataVolumebuilder
Adds a named volume for the data folder to a Qdrant container resource.
withDataVolume(
name?: string,
isReadOnly?: boolean): QdrantServerResource
namestringoptional
isReadOnlybooleanoptional= False
QdrantServerResource