Is there a way to specify a projection for ndb.get_multi()?
问题 Using NDB, it is possible to specify a projection for a query, allowing to limit the number of properties that are retrieved for the entities that match the query. However, I couldn't find anything in the documentation about how to specify a projection when using ndb.get_multi() , which always fetches complete entities. Is there a way to fetch only certain properties when using ndb.get_multi() ? 回答1: No, the projection feature only works for queries. There would be no advantage (in terms of