Class CollectionConfiguration
A configuration object for setting the details of how to treat a collection when used inside a Replicator
Inheritance
System.Object
CollectionConfiguration
Implements
System.IEquatable<CollectionConfiguration>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class CollectionConfiguration : IEquatable<CollectionConfiguration>
Fields
| Improve this Doc View SourceCollection
The collection that this configuration is going to be applied to
Declaration
public required Collection
Field Value
| Type | Description |
|---|---|
| required |
Implements
System.IEquatable<T>