Struct ReplicatorStatus
A struct describing the current status of a Replicator
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      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 ReplicatorStatus
  Properties
| Improve this Doc View SourceActivity
Gets the current state of the replication (i.e. whether or not it is actively processing changes)
Declaration
public readonly ReplicatorActivityLevel Activity { get; }
  Property Value
| Type | Description | 
|---|---|
| ReplicatorActivityLevel | 
Error
Gets the last error that occurred, if any
Declaration
public readonly Exception Error { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Exception | 
Progress
Gets the current progress of the replication
Declaration
public readonly ReplicatorProgress Progress { get; }
  Property Value
| Type | Description | 
|---|---|
| ReplicatorProgress |