LiteCore
Couchbase Lite cross-platform core implementation
Loading...
Searching...
No Matches
Data Fields
C4RawDocument Struct Reference

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.
 

Detailed Description

Contents of a raw document.

Field Documentation

◆ body

C4String C4RawDocument::body

Body data.

◆ key

C4String C4RawDocument::key

The key (document ID)

◆ meta

C4String C4RawDocument::meta

Metadata (usage is up to the caller)


The documentation for this struct was generated from the following file: