Enum DatabaseStatus
A database status.
public enum DatabaseStatus
Fields
Error = 3
An error occurred when attempting to access the database.
NewerSchema = 2
The database is online, but it is of a newer schema version than this version of Acuit Pinpoint supports.
OlderSchema = 1
The database is online, but it is of an older schema version and must be upgraded before this version of Acuit Pinpoint can use it.
Online = 0
The database is online.