Skip to content
Docs Try Aspire

QdrantServerResource

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

Properties

property connectionStringExpression ReferenceExpression get
Gets the ConnectionStringExpression property
property entrypoint string get · set
Gets the Entrypoint property
property grpcHost EndpointReferenceExpression get
Gets the GrpcHost property
property grpcPort EndpointReferenceExpression get
Gets the GrpcPort property
property httpConnectionStringExpression ReferenceExpression get
Gets the HttpConnectionStringExpression property
property httpEndpoint EndpointReference get
Gets the HttpEndpoint property
property httpHost EndpointReferenceExpression get
Gets the HttpHost property
property httpPort EndpointReferenceExpression get
Gets the HttpPort property
property httpUriExpression ReferenceExpression get
Gets the HttpUriExpression property
property name string get
Gets the Name property
property primaryEndpoint EndpointReference get
Gets the PrimaryEndpoint property
property shellExecution boolean get · set
Gets the ShellExecution property
property uriExpression ReferenceExpression get
Gets the UriExpression property

Methods

method withDataBindMount builder
Adds a bind mount for the data folder to a Qdrant container resource.
withDataBindMount(
source: string,
isReadOnly?: boolean): QdrantServerResource
source string
isReadOnly boolean optional = False
QdrantServerResource
method withDataVolume builder
Adds a named volume for the data folder to a Qdrant container resource.
withDataVolume(
name?: string,
isReadOnly?: boolean): QdrantServerResource
name string optional
isReadOnly boolean optional = False
QdrantServerResource