Packagecom.distriqt.extension.firebase.firestore
Classpublic class MetadataChanges
InheritanceMetadataChanges Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
EXCLUDEConstant
public static const EXCLUDE:int = 0

This option will exclude metadata changes in the specified action. Generally this is the default of operations.

INCLUDEConstant 
public static const INCLUDE:int = 1

This option will include metadata changes in the specified action.