Show / Hide Table of Contents

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 Source

Collection

The collection that this configuration is going to be applied to

Declaration
public required Collection
Field Value
Type Description
required

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX