Show / Hide Table of Contents

Struct ReplicatedDocument

A struct describing the current Document ended progress of a Replicator

Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public struct ReplicatedDocument

Properties

| Improve this Doc View Source

Error

Gets the error that occurred during replication, if any.

Declaration
public 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 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 string Id { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX