mirror of https://github.com/vernonkeenan/lib
22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
|
# Board.Database
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**active** | **Boolean** | Is this database active? | [optional]
|
||
|
**clusterID** | **String** | The ID of the Cluster in which this database is deployed | [optional]
|
||
|
**createdByID** | **String** | Created By | [optional]
|
||
|
**createdDate** | **String** | Created Date | [optional]
|
||
|
**DSN** | **String** | Database connection string | [optional]
|
||
|
**databaseName** | **String** | The name of the physical database in the cluster | [optional]
|
||
|
**ID** | **String** | Record Id | [optional]
|
||
|
**lastModifiedByID** | **String** | Last Modified By | [optional]
|
||
|
**lastModifiedDate** | **String** | Last Modifed Date | [optional]
|
||
|
**microservices** | **String** | List of Taxnexus microservices implemented by this Database | [optional]
|
||
|
**status** | **String** | The current status of this Tenant | [optional]
|
||
|
**tenantID** | **String** | The ID of the tenant who owns this Database | [optional]
|
||
|
**type** | **String** | The type of Database (mysql, etc) | [optional]
|
||
|
|
||
|
|