Ler por chaves
bookmark_borderbookmark
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Ler usando um conjunto não contíguo de chaves de linha.
Exemplo de código
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],[],[[["This document demonstrates how to read data from a Bigtable table using a noncontiguous set of row keys in C++."],["The provided code sample utilizes the Bigtable C++ client library to read rows based on the specified row keys."],["The code iterates through the provided row keys, appending each to a `RowSet`, which is then used to read the rows with a specified filter, which in this case is `Latest(1)`."],["Authentication for the Bigtable can be set up by configuring Application Default Credentials."],["The content suggests where to find additional code samples for Bigtable and other Google Cloud products."]]],[]]