Package com.couchbase.lite.internal.core
Class C4Constants.DatabaseFlags
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Constants.DatabaseFlags
-
- Enclosing class:
- C4Constants
public static final class C4Constants.DatabaseFlags extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO_COMPACT
static int
CREATE
static int
NO_UPGRADE
static int
NON_OBSERVABLE
static int
READ_ONLY
static int
SHARED_KEYS
-
-
-
Field Detail
-
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
-
READ_ONLY
public static final int READ_ONLY
- See Also:
- Constant Field Values
-
AUTO_COMPACT
public static final int AUTO_COMPACT
- See Also:
- Constant Field Values
-
SHARED_KEYS
public static final int SHARED_KEYS
- See Also:
- Constant Field Values
-
NO_UPGRADE
public static final int NO_UPGRADE
- See Also:
- Constant Field Values
-
NON_OBSERVABLE
public static final int NON_OBSERVABLE
- See Also:
- Constant Field Values
-
-