Enum MaintenanceType
Maintenance Type used when performing database maintenance .
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public enum MaintenanceType
Fields
| Name | Description |
|---|---|
| Compact | Compact the database file and delete unused attachments. |
| FullOptimize | Full update of db statistics; takes longer than Optimize |
| IntegrityCheck | [VOLATILE] Check for the database’s corruption. If found, an error will be returned. |
| Optimize | Quickly update db statistics to help optimize queries |
| Reindex | [VOLATILE] Rebuild the entire database's indexes. |