helper.loopKeys(options, function(obj, key) {
      if ((key !== 'primaryKey') && (key !== 'durability') && (key !== 'shards') &&
          (key !== 'replicas') && (key !== 'primaryReplicaTag')) {
        throw new errors.ReqlDriverError('Unrecognized option `' + key + '` in `tableCreate`', self._query,
          'Available options are primaryKey <string>, durability <string>, shards <number>, ' +