[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface GetRowsOptions (6.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [6.0.0 (latest)](/nodejs/docs/reference/bigtable/latest/bigtable/getrowsoptions)\n- [5.1.2](/nodejs/docs/reference/bigtable/5.1.2/bigtable/getrowsoptions)\n- [5.0.0](/nodejs/docs/reference/bigtable/5.0.0/bigtable/getrowsoptions)\n- [4.6.1](/nodejs/docs/reference/bigtable/4.6.1/bigtable/getrowsoptions)\n- [4.1.0](/nodejs/docs/reference/bigtable/4.1.0/bigtable/getrowsoptions)\n- [4.0.5](/nodejs/docs/reference/bigtable/4.0.5/bigtable/getrowsoptions)\n- [3.10.0](/nodejs/docs/reference/bigtable/3.10.0/bigtable/getrowsoptions)\n- [3.9.4](/nodejs/docs/reference/bigtable/3.9.4/bigtable/getrowsoptions)\n- [3.8.0](/nodejs/docs/reference/bigtable/3.8.0/bigtable/getrowsoptions)\n- [3.7.0](/nodejs/docs/reference/bigtable/3.7.0/bigtable/getrowsoptions)\n- [3.6.0](/nodejs/docs/reference/bigtable/3.6.0/bigtable/getrowsoptions)\n- [3.5.4](/nodejs/docs/reference/bigtable/3.5.4/bigtable/getrowsoptions) \n\nPackage\n-------\n\n[@google-cloud/bigtable](../overview.html)\n\nProperties\n----------\n\n### decode\n\n decode?: boolean;\n\nIf set to `false` it will not decode Buffer values returned from Bigtable.\n\n### encoding\n\n encoding?: string;\n\nThe encoding to use when converting Buffer values to a string.\n\n### end\n\n end?: string;\n\nEnd value for key range.\n\n### filter\n\n filter?: RawFilter;\n\nRow filters allow you to both make advanced queries and format how the data is returned.\n\n### gaxOptions\n\n gaxOptions?: CallOptions;\n\nRequest configuration options, outlined here: \u003chttps://googleapis.github.io/gax-nodejs/CallSettings.html\u003e.\n\n### keys\n\n keys?: string[];\n\nA list of row keys.\n\n### limit\n\n limit?: number;\n\nMaximum number of rows to be returned.\n\n### prefix\n\n prefix?: string;\n\nPrefix that the row key must match.\n\n### prefixes\n\n prefixes?: string[];\n\nList of prefixes that a row key must match.\n\n### ranges\n\n ranges?: PrefixRange[];\n\nA list of key ranges.\n\n### start\n\n start?: string;\n\nStart value for key range."]]