Skip to content
Docs Try Aspire

QdrantServerResource Properties

Class Properties 11 members
A resource that represents a Qdrant database.
ApiKeyParameter Section titled ApiKeyParameter ParameterResource
Gets the parameter that contains the Qdrant API key.
public ParameterResource ApiKeyParameter { get; }
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Qdrant gRPC endpoint.
public ReferenceExpression ConnectionStringExpression { get; }
GrpcHost Section titled GrpcHost EndpointReferenceExpression
Gets the host endpoint reference for the gRPC endpoint.
public EndpointReferenceExpression GrpcHost { get; }
GrpcPort Section titled GrpcPort EndpointReferenceExpression
Gets the port endpoint reference for the gRPC endpoint.
public EndpointReferenceExpression GrpcPort { get; }
HttpConnectionStringExpression Section titled HttpConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Qdrant HTTP endpoint.
public ReferenceExpression HttpConnectionStringExpression { get; }
HttpEndpoint Section titled HttpEndpoint EndpointReference
Gets the HTTP endpoint for the Qdrant database.
public EndpointReference HttpEndpoint { get; }
HttpHost Section titled HttpHost EndpointReferenceExpression
Gets the host endpoint reference for the HTTP endpoint.
public EndpointReferenceExpression HttpHost { get; }
HttpPort Section titled HttpPort EndpointReferenceExpression
Gets the port endpoint reference for the HTTP endpoint.
public EndpointReferenceExpression HttpPort { get; }
HttpUriExpression Section titled HttpUriExpression ReferenceExpression
Gets the connection URI expression for the Qdrant HTTP endpoint.
public ReferenceExpression HttpUriExpression { get; }
Format: http://{host}:{port}. The scheme reflects the endpoint configuration and may be https when TLS is enabled.
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
Gets the gRPC endpoint for the Qdrant database.
public EndpointReference PrimaryEndpoint { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the Qdrant gRPC endpoint.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}.