# SyncGateway.Database

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dbName** | **String** | Name of the database | [optional] 
**dbUuid** | **Number** | Database identifier | [optional] 
**diskFormatVersion** | **Number** | Database schema version | [optional] 
**diskSize** | **Number** | Total amount of data stored on the disk (in bytes) | [optional] 
**instanceStartTime** | **String** | Date and time the database was opened (in microseconds since 1 January 1970) | [optional] 
**state** | **String** | The state of the specified database. Possible values are &#39;Online&#39; and &#39;Offline&#39;. A database can be taken offline and brought back online using the /{db}/_offline and /{db}/_online endpoints on the Admin REST API. | [optional] 
**updateSeq** | **String** | Number of updates to the database | [optional] 


