Package | com.distriqt.extension.firebase.firestore |
Class | public class MetadataChanges |
Inheritance | MetadataChanges ![]() |
Constant | Defined By | ||
---|---|---|---|
EXCLUDE : int = 0 [static]
This option will exclude metadata changes in the specified action. | MetadataChanges | ||
INCLUDE : int = 1 [static]
This option will include metadata changes in the specified action. | MetadataChanges |
EXCLUDE | Constant |
public static const EXCLUDE:int = 0
This option will exclude metadata changes in the specified action. Generally this is the default of operations.
INCLUDE | Constant |
public static const INCLUDE:int = 1
This option will include metadata changes in the specified action.