Skip to content
DocsTry Aspire
DocsTry

QdrantServerResource Properties

ClassProperties11 members
A resource that represents a Qdrant database.
ApiKeyParameterSection titled ApiKeyParameterParameterResource
Gets the parameter that contains the Qdrant API key.
public ParameterResource ApiKeyParameter { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Qdrant gRPC endpoint.
public ReferenceExpression ConnectionStringExpression { get; }
GrpcHostSection titled GrpcHostEndpointReferenceExpression
Gets the host endpoint reference for the gRPC endpoint.
public EndpointReferenceExpression GrpcHost { get; }
GrpcPortSection titled GrpcPortEndpointReferenceExpression
Gets the port endpoint reference for the gRPC endpoint.
public EndpointReferenceExpression GrpcPort { get; }
HttpConnectionStringExpressionSection titled HttpConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Qdrant HTTP endpoint.
public ReferenceExpression HttpConnectionStringExpression { get; }
HttpEndpointSection titled HttpEndpointEndpointReference
Gets the HTTP endpoint for the Qdrant database.
public EndpointReference HttpEndpoint { get; }
HttpHostSection titled HttpHostEndpointReferenceExpression
Gets the host endpoint reference for the HTTP endpoint.
public EndpointReferenceExpression HttpHost { get; }
HttpPortSection titled HttpPortEndpointReferenceExpression
Gets the port endpoint reference for the HTTP endpoint.
public EndpointReferenceExpression HttpPort { get; }
HttpUriExpressionSection titled HttpUriExpressionReferenceExpression
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.
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the gRPC endpoint for the Qdrant database.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Qdrant gRPC endpoint.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}.