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 intDEFAULTstatic intDESCENDINGstatic intINCLUDE_BODIESstatic intINCLUDE_DELETEDstatic intINCLUDE_NON_CONFLICTEDstatic intINCLUDE_REV_HISTORYstatic intUNSORTED
-
-
-
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
-
-