Package com.couchbase.lite.internal.core
Class C4Constants.EnumeratorFlags
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Constants.EnumeratorFlags
-
- Enclosing class:
- C4Constants
public static final class C4Constants.EnumeratorFlags extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT
static int
DESCENDING
static int
INCLUDE_BODIES
static int
INCLUDE_DELETED
static int
INCLUDE_NON_CONFLICTED
static int
INCLUDE_REV_HISTORY
static int
UNSORTED
-
-
-
Field Detail
-
DESCENDING
public static final int DESCENDING
- See Also:
- Constant Field Values
-
UNSORTED
public static final int UNSORTED
- See Also:
- Constant Field Values
-
INCLUDE_DELETED
public static final int INCLUDE_DELETED
- See Also:
- Constant Field Values
-
INCLUDE_NON_CONFLICTED
public static final int INCLUDE_NON_CONFLICTED
- See Also:
- Constant Field Values
-
INCLUDE_BODIES
public static final int INCLUDE_BODIES
- See Also:
- Constant Field Values
-
INCLUDE_REV_HISTORY
public static final int INCLUDE_REV_HISTORY
- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
-