| Package | com.myflashlab.air.extensions.firebase.firestore |
| Class | public class QuerySnapshot |
| Inheritance | QuerySnapshot Object |
| Property | Defined By | ||
|---|---|---|---|
| documentChanges : Vector.<DocumentChange> [read-only]
Returns the list of documents that changed since the last snapshot. | QuerySnapshot | ||
| documents : Vector.<DocumentSnapshot> [read-only]
Returns the documents in this QuerySnapshot as a List in order of the query. | QuerySnapshot | ||
| isEmpty : Boolean [read-only]
Returns true if there are no documents in the QuerySnapshot. | QuerySnapshot | ||
| metadata : SnapshotMetadata [read-only]
The metadata for this document snapshot. | QuerySnapshot | ||
| reference : Query [read-only] | QuerySnapshot | ||
| size : int [read-only]
Returns the number of documents in the QuerySnapshot. | QuerySnapshot | ||
| documentChanges | property |
documentChanges:Vector.<DocumentChange> [read-only] Returns the list of documents that changed since the last snapshot. If it's the first snapshot all documents will be in the list as added changes.
public function get documentChanges():Vector.<DocumentChange>| documents | property |
documents:Vector.<DocumentSnapshot> [read-only] Returns the documents in this QuerySnapshot as a List in order of the query.
public function get documents():Vector.<DocumentSnapshot>| isEmpty | property |
isEmpty:Boolean [read-only] Returns true if there are no documents in the QuerySnapshot.
public function get isEmpty():Boolean| metadata | property |
metadata:SnapshotMetadata [read-only] The metadata for this document snapshot.
public function get metadata():SnapshotMetadata| reference | property |
| size | property |
size:int [read-only] Returns the number of documents in the QuerySnapshot.
public function get size():int