LiteCore
Couchbase Lite cross-platform core implementation
|
Contents of a raw document. More...
#include <c4DatabaseTypes.h>
Data Fields | |
C4String | key |
The key (document ID) | |
C4String | meta |
Metadata (usage is up to the caller) | |
C4String | body |
Body data. | |
Contents of a raw document.
C4String C4RawDocument::body |
Body data.
C4String C4RawDocument::key |
The key (document ID)
C4String C4RawDocument::meta |
Metadata (usage is up to the caller)