Packagecom.tuarua.firebase.firestore
Classpublic class DocumentChange
InheritanceDocumentChange Inheritance Object



Public Properties
 PropertyDefined By
  documentId : String
The ID of the document for which this DocumentSnapshot contains data.
DocumentChange
  newIndex : int
The index of the changed document in the result set immediately after this DocumentChange (i.e.
DocumentChange
  oldIndex : int
The index of the changed document in the result set immediately prior to this DocumentChange (i.e.
DocumentChange
  type : int
The type of change that occurred (added, modified, or removed).
DocumentChange
Public Methods
 MethodDefined By
  
DocumentChange
Property Detail
documentIdproperty
public var documentId:String

The ID of the document for which this DocumentSnapshot contains data.

newIndexproperty 
public var newIndex:int

The index of the changed document in the result set immediately after this DocumentChange (i.e. supposing that all prior DocumentChange objects and the current DocumentChange object have been applied).

oldIndexproperty 
public var oldIndex:int

The index of the changed document in the result set immediately prior to this DocumentChange (i.e. supposing that all prior DocumentChange objects have been applied).

typeproperty 
public var type:int

The type of change that occurred (added, modified, or removed).

Constructor Detail
DocumentChange()Constructor
public function DocumentChange()