QdrantServerResource.HttpUriExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.