| Package | com.tuarua.firebase.firestore | 
| Class | public class DocumentChange | 
| Inheritance | DocumentChange    Object | 
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| DocumentChange | |||
| documentId | property | 
public var documentId:String The ID of the document for which this DocumentSnapshot contains data. 
| newIndex | property | 
public var newIndex:intThe 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).
| oldIndex | property | 
public var oldIndex:intThe 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).
| type | property | 
public var type:intThe type of change that occurred (added, modified, or removed).
| DocumentChange | () | Constructor | 
public function DocumentChange()