Driver.prototype.streamValues = function(id, name, filters, callback) {
  this.connection.streamValues(id, name, filters, callback);
};