Show / Hide Table of Contents

Struct ReplicatedDocument

A struct describing the current Document ended progress of a Replicator

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public struct ReplicatedDocument

Properties

| Improve this Doc View Source

CollectionName

Gets the collection name of replicated document

Declaration
public readonly string CollectionName { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Error

Gets the error that occurred during replication, if any.

Declaration
public readonly CouchbaseException Error { get; }
Property Value
Type Description
CouchbaseException
| Improve this Doc View Source

Flags

Gets the special flags, if any, for this replicated document

Declaration
public readonly DocumentFlags Flags { get; }
Property Value
Type Description
DocumentFlags
| Improve this Doc View Source

Id

Gets the document ID of the document that was replicated

Declaration
public readonly string Id { get; }
Property Value
Type Description
string
| Improve this Doc View Source

ScopeName

Gets the scope name of replicated document

Declaration
public readonly string ScopeName { get; }
Property Value
Type Description
string

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
ValueType.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX