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