mirror of https://github.com/vernonkeenan/lib
22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
|
# SfGate.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]
|
||
|
**databasename** | **String** | The name of the physical database in the cluster | [optional]
|
||
|
**dsn** | **String** | Database connection string | [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]
|
||
|
|
||
|
|