-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.
Milestone
Description
If no callback is given to runQuery, imply a Readable stream mode, e.g.:
var q = dataset.query(/*…*/);
dataset.runQuery(q)
.on(“data”, function (entity) { console.log('I got one entity:' + entity); })
.on(“end”, function (entity) { console.log('This is the end, my only friend'); })And handle providing results as long as they are available.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.