Skip to content
Docs Try Aspire
Docs Try

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

property connectionStringExpression ReferenceExpression get
Gets the connection string expression for the Open WebUI endpoint.
property host EndpointReferenceExpression get
Gets the host endpoint reference for this resource.
property port EndpointReferenceExpression get
Gets the port endpoint reference for this resource.
property primaryEndpoint EndpointReference get
Gets the http endpoint for the Open WebUI resource.
property uriExpression ReferenceExpression get
Gets the connection URI expression for the Sqlite Web endpoint.