LiteCore
Couchbase Lite cross-platform core implementation
Loading...
Searching...
No Matches
C4BlobProgress Struct Reference

Information about a blob being pushed or pulled. More...

#include <c4ReplicatorTypes.h>

Data Fields

C4CollectionSpec collectionSpec
 
C4String docID
 
C4String docProperty
 
C4BlobKey blobKey
 
uint64_t bytesComplete
 
uint64_t bytesTotal
 
C4Error error
 

Detailed Description

Information about a blob being pushed or pulled.

Field Documentation

◆ blobKey

C4BlobKey C4BlobProgress::blobKey

◆ bytesComplete

uint64_t C4BlobProgress::bytesComplete

◆ bytesTotal

uint64_t C4BlobProgress::bytesTotal

◆ collectionSpec

C4CollectionSpec C4BlobProgress::collectionSpec

◆ docID

C4String C4BlobProgress::docID

◆ docProperty

C4String C4BlobProgress::docProperty

◆ error

C4Error C4BlobProgress::error

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