Package io.realm.kotlin.internal.interop
Class realm_schema_subset_mode_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_schema_subset_mode_e
-
public final class realm_schema_subset_mode_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_SCHEMA_SUBSET_MODE_ALL_CLASSESstatic intRLM_SCHEMA_SUBSET_MODE_ALL_PROPERTIESstatic intRLM_SCHEMA_SUBSET_MODE_COMPLETEstatic intRLM_SCHEMA_SUBSET_MODE_STRICT
-
Constructor Summary
Constructors Constructor Description realm_schema_subset_mode_e()
-
-
-
Field Detail
-
RLM_SCHEMA_SUBSET_MODE_STRICT
public static final int RLM_SCHEMA_SUBSET_MODE_STRICT
- See Also:
- Constant Field Values
-
RLM_SCHEMA_SUBSET_MODE_ALL_CLASSES
public static final int RLM_SCHEMA_SUBSET_MODE_ALL_CLASSES
- See Also:
- Constant Field Values
-
RLM_SCHEMA_SUBSET_MODE_ALL_PROPERTIES
public static final int RLM_SCHEMA_SUBSET_MODE_ALL_PROPERTIES
- See Also:
- Constant Field Values
-
RLM_SCHEMA_SUBSET_MODE_COMPLETE
public static final int RLM_SCHEMA_SUBSET_MODE_COMPLETE
- See Also:
- Constant Field Values
-
-