Interface QuerySnapshotsParam

    • Method Detail

      • deletedFilter

        DeletedFilter deletedFilter()
        Get the filter that specifies how to handle deleted snapshots in the query. The query defaults to excluding all deleted snapshots if this method returns null.
        Returns:
        The filter that specifies how to handle deleted snapshots in the query, or null if all deleted snapshots should be excluded.
      • sortField

        SnapshotSortField sortField()
        Get the field that the returned snapshots will be sorted on. The query defaults to name if this method returns null.
        Returns:
        The field that the returned snapshots will be sorted on.