readMultipleRecords

protected Iterator<EntityRecord> readMultipleRecords(Iterable<I> ids, FieldMask fieldMask)

Obtains an iterator for reading multiple records by IDs, and applying the passed field mask to the results.

The size of the returned Iterator matches the size of the given ids, with nulls in place of missing or inactive entities.

See also