Show / Hide Table of Contents

Struct ReplicatedDocument

A struct describing the current Document ended progress of a Replicator

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.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
System.String
| Improve this Doc View Source

Error

Gets the error that occurred during replication, if any.

Declaration
public CouchbaseException Error { readonly 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
System.String
| Improve this Doc View Source

ScopeName

Gets the scope name of replicated document

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

Methods

| Improve this Doc View Source

ToString()

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