RavenDBDatabaseResource
Handle
interface RavenDBDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, RavenDBServerResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly parent: RavenDBServerResource;}Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the RavenDB database, derived from the parent server's connection string.
property
databaseNamestringgetGets the name of the database.
property
parentRavenDBServerResourcegetGets the parent RavenDB server resource associated with this database.