Share via


QdrantServerResource.HttpUriExpression Property

Definition

Gets the connection URI expression for the Qdrant HTTP endpoint.

public Aspire.Hosting.ApplicationModel.ReferenceExpression HttpUriExpression { get; }
member this.HttpUriExpression : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public ReadOnly Property HttpUriExpression As ReferenceExpression

Property Value

Remarks

Format: http://{host}:{port}. The scheme reflects the endpoint configuration and may be https when TLS is enabled.

Applies to