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 SourceError
Gets the error that occurred during replication, if any.
Declaration
public CouchbaseException Error { get; }
Property Value
Type | Description |
---|---|
CouchbaseException |
Flags
Gets the special flags, if any, for this replicated document
Declaration
public DocumentFlags Flags { get; }
Property Value
Type | Description |
---|---|
DocumentFlags |
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 SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()