Objects
Every record you index in Answers called an Object
.
If the object contains an id field of type string, Answers will use that field as the identifier for the document. Otherwise, Answers will assign an auto-generated identifier to the document. Since it’s a special field, the id field is not required to be defined as part of the collection schema.
Related articles
Answers > Collections
Objects with similar fields are grouped into Collections in Answers, analogous to tables in relational databases.
Collections > Update a collection
Objects in Answers are grouped into collections, similar to tables in a relational database.
Collections > Create a collection
The content describes how to create a collection in Answers and the available data types it supports.
Objects > Get an object
Retrieves a specific object from a collection using its unique identifier.