Search:

Search all manuals
Search this manual
Manual
Couchbase Developer's Guide 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
1.1 Understanding Couchbase Concepts
Chapter Sections
Chapters

1.1.2. Keys and Metadata

All information that you store in a Couchbase bucket will have a key and associated content. Keys are unique identifiers for a document, and content is either the data you want to store as byte stream, data types, or serialized objects such as JSON.

A key in Couchbase Server can be any string, including strings with separators and identifiers, such as 'person_93679.' A key is unique.

By default, all documents contain three types of metadata which are provided by the Couchbase Server. This information is stored with the document and is used to change how the document is handled: