Couchbase Lite
Objective-C API for iOS and Mac OS
CBLReplication+Transformation.h File Reference
#import <CouchbaseLite/CouchbaseLite.h>

Go to the source code of this file.

Classes

category  CBLReplication(Transformation)
 

Variables

NS_ASSUME_NONNULL_BEGIN typedef NSDictionary *__nonnull(^ CBLPropertiesTransformationBlock )(NSDictionary *doc)
 A callback block for transforming revision bodies during replication. More...
 

Variable Documentation

◆ CBLPropertiesTransformationBlock

NS_ASSUME_NONNULL_BEGIN typedef NSDictionary* __nonnull(^ CBLPropertiesTransformationBlock) (NSDictionary *doc)

A callback block for transforming revision bodies during replication.

See CBLReplication.propertiesTransformationBlock's documentation for details.