I wonder if you can recover the entire document without having created a 
view, and without accessing the properties one by one.

What I need is to recover the database documents through 
CreateAllDocumentsQuery (), but how to retrieve the full document without 
having to access each property?
Below is an example of the document:
{
  "id": "E8690",
  "nome": "+d casa interiores",
  "fone": [
    {
      "numero": "34220881"
    }
  ],
  "razao": "caroline freitas figueredo",
  "email": "[email protected]",
  "homepage": "www.alegrete.com.br/maisdecasa",
  "complemento": "",
  "nr": "689",
  "cep": "97542620",
  "cidade": "alegrete",
  "bairro": "centro",
  "logradouro": "20 de setembro",
  "produto": "",
  "latitude": "-29,7864856719971",
  "longitude": "-55,7959747314453",
  "facebook": "",
  "titulos": [
    {
      "descricao": "bazares e presentes",
      "peso": 7
    }
  ],
  "titular": [
    {
      "descricao": "jandira pereira freitas"
    }
  ],
  "type": "E",
  "blativo": "1",
  "venda": null,
  "vencimento": null
}


-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/8c4688db-4f2d-49e8-81ce-6a84d4f53849%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to