Enum SchemaStatus
Enumerates the possible keyspace states as returned by GetStatusAsync().
Namespace: Neon.Cassandra
Assembly: Neon.Cassandra.dll
Syntax
public enum SchemaStatus
Fields
Name | Description |
---|---|
ExistsNoSchema | The database exists but has no DbInfoTableName table with any schema information. |
ExistsWithSchema | The database exists with schema information. |
NotFound | The database doesn't exist. |
Updating | Another updater is currently updating the database or has failed before completing the update. |
UpgradeError | An error occured during the previous update indicating that the database schema may have been partially updated. It's likely that manual intervention may be necessary to rollback to the previous schema version or manually apply the remaining updates. |