A filter expression that filters backups listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be <, >, <=, >=, !=, =, or :. Colon ‘:’ represents a HAS operator which is roughly synonymous with equality. Filter rules are case insensitive.
gaxOptions
gaxOptions?:CallOptions;
orderBy
orderBy?:string;
An expression for specifying the sort order of the results of the request. The string value should specify one or more fields in . The full syntax is described at https://aip.dev/132#ordering.
[[["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 GetBackupsOptions (6.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [6.0.0 (latest)](/nodejs/docs/reference/bigtable/latest/bigtable/getbackupsoptions)\n- [5.1.2](/nodejs/docs/reference/bigtable/5.1.2/bigtable/getbackupsoptions)\n- [5.0.0](/nodejs/docs/reference/bigtable/5.0.0/bigtable/getbackupsoptions)\n- [4.6.1](/nodejs/docs/reference/bigtable/4.6.1/bigtable/getbackupsoptions)\n- [4.1.0](/nodejs/docs/reference/bigtable/4.1.0/bigtable/getbackupsoptions)\n- [4.0.5](/nodejs/docs/reference/bigtable/4.0.5/bigtable/getbackupsoptions)\n- [3.10.0](/nodejs/docs/reference/bigtable/3.10.0/bigtable/getbackupsoptions)\n- [3.9.4](/nodejs/docs/reference/bigtable/3.9.4/bigtable/getbackupsoptions)\n- [3.8.0](/nodejs/docs/reference/bigtable/3.8.0/bigtable/getbackupsoptions)\n- [3.7.0](/nodejs/docs/reference/bigtable/3.7.0/bigtable/getbackupsoptions)\n- [3.6.0](/nodejs/docs/reference/bigtable/3.6.0/bigtable/getbackupsoptions)\n- [3.5.4](/nodejs/docs/reference/bigtable/3.5.4/bigtable/getbackupsoptions) \n\nPackage\n-------\n\n[@google-cloud/bigtable](../overview.html)\n\nProperties\n----------\n\n### autoPaginate\n\n autoPaginate?: boolean;\n\n### filter\n\n filter?: string;\n\nA filter expression that filters backups listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be \\\u003c, \\\u003e, \\\u003c=, \\\u003e=, !=, =, or :. Colon ':' represents a HAS operator which is roughly synonymous with equality. Filter rules are case insensitive.\n\n### gaxOptions\n\n gaxOptions?: CallOptions;\n\n### orderBy\n\n orderBy?: string;\n\nAn expression for specifying the sort order of the results of the request. The string value should specify one or more fields in . The full syntax is described at https://aip.dev/132#ordering.\n\n### pageSize\n\n pageSize?: number;\n\n### pageToken\n\n pageToken?: string;"]]