Skip to content
DocsTry Aspire
DocsTry

OracleDatabaseResource

Handle
📦 Aspire.Hosting.Oracle v13.4.0
interface OracleDatabaseResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
OracleDatabaseServerResource]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly databaseName: string;
readonly jdbcConnectionString: ReferenceExpression;
readonly parent: OracleDatabaseServerResource;
readonly uriExpression: ReferenceExpression;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the Oracle Database.
propertydatabaseNamestringget
Gets the database name.
propertyjdbcConnectionStringReferenceExpressionget
Gets the JDBC connection string for the Oracle Database.
propertyparentOracleDatabaseServerResourceget
Gets the parent Oracle container resource.
propertyuriExpressionReferenceExpressionget
Gets the connection URI expression for the Oracle database.