Show / Hide Table of Contents

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.

IntegrityCheck

[VOLATILE] Check for the database’s corruption. If found, an error will be returned.

Reindex

[VOLATILE] Rebuild the entire database's indexes.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX