エンティティ プロパティに基づいて、個別の結果セットを取得したいと考えています。次のコードを実行しようとしています。
db.Query(EntityName, projection = ("entityProperty",)).run(distinct=True)
次のエラーが表示されます
Unknown configuration option ('distinct')
GAE のドキュメントによると、distinct は run メソッドの一部です。
https://developers.google.com/appengine/docs/python/datastore/queryclass#Query_run
私が間違っていることは何ですか?