You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For attachements revisions are supported by `CouchAttachment` class which is passing `DocumentRev` to `DownloadAttachmentAsync(..)` and `DownloadAttachmentAsStreamAsync(..)`.
404
+
392
405
## DB Changes Feed
393
406
394
407
The following *feed modes* are supported: `normal`, `longpool` and `continuous`.
@@ -731,14 +744,16 @@ Also, the configurator has `ConfigureFlurlClient` to set custom HTTP client opti
731
744
732
745
## Contributors
733
746
734
-
[Ben Origas](https://github.com/borigas): Features, ideas and tests like SSL custom validation, multi queryable, async deadlock, cookie authenication and many others.
747
+
[Ben Origas](https://github.com/borigas): Features, ideas and tests like SSL custom validation, multi queryable, async deadlock, cookie authentication and many others.
735
748
736
749
[n9](https://github.com/n9): Proxy authentication, some bug fixes, suggestions and the great feedback on the changes feed feature!
737
750
738
751
[Marc](https://github.com/bender-ristone): NullValueHandling, bug fixes and suggestions!
739
752
740
753
[Panos](https://github.com/panoukos41): Help with Views and Table splitting.
741
754
742
-
[Benjamin Höglinger-Stelzer](https://github.com/nefarius), [mwasson74](https://github.com/mwasson74), [Emre ÇAĞLAR](https://github.com/emrecaglar): Attachments improvments and fixes.
755
+
[Benjamin Höglinger-Stelzer](https://github.com/nefarius), [mwasson74](https://github.com/mwasson74), [Emre ÇAĞLAR](https://github.com/emrecaglar): Attachments improvements and fixes.
/// <param name="source">Fully qualified source database URL or an object which contains the full URL of the source database with additional parameters like headers.</param>
171
+
/// <param name="target">Fully qualified target database URL or an object which contains the full URL of the target database with additional parameters like headers.</param>
172
+
/// <param name="replication">An instance of <see cref="CouchReplication"/>.</param>
173
+
/// <param name="persistent">Persist the operation to the replication database.</param>
174
+
/// <param name="cancellationToken">A <see cref="CancellationToken" /> to observe while waiting for the task to complete.</param>
175
+
/// <returns>Returns True if the operation succeeded, False otherwise.</returns>
/// <param name="source">Fully qualified source database URL or an object which contains the full URL of the source database with additional parameters like headers.</param>
183
+
/// <param name="target">Fully qualified target database URL or an object which contains the full URL of the target database with additional parameters like headers.</param>
184
+
/// <param name="replication">An instance of <see cref="CouchReplication"/>.</param>
185
+
/// <param name="persistent"></param>
186
+
/// <param name="cancellationToken">A <see cref="CancellationToken" /> to observe while waiting for the task to complete.</param>
187
+
/// <returns>Returns True if the operation succeeded, False otherwise.</returns>
0 commit comments