Skip to content
DocsTry Aspire
DocsTry

SqliteWebResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Sqlite v13.4.0
interface SqliteWebResource
extends IComputeResource,
IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithArgs,
IResourceWithConnectionString,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport,
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly host: EndpointReferenceExpression;
readonly port: EndpointReferenceExpression;
readonly primaryEndpoint: EndpointReference;
readonly uriExpression: ReferenceExpression;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the Open WebUI endpoint.
propertyhostEndpointReferenceExpressionget
Gets the host endpoint reference for this resource.
propertyportEndpointReferenceExpressionget
Gets the port endpoint reference for this resource.
propertyprimaryEndpointEndpointReferenceget
Gets the http endpoint for the Open WebUI resource.
propertyuriExpressionReferenceExpressionget
Gets the connection URI expression for the Sqlite Web endpoint.