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