Interface IReplicationRequest
Abstraction for remote replication requests, allows easy integration into any hosting frameworks.
Assembly: Lucene.Net.Replicator.dll
Syntax
public interface IReplicationRequest
Remarks
.NET Specific Abstraction
Properties
Name | Description |
---|---|
Path | Provides the requested path which mapps to a replication operation. |
Methods
Name | Description |
---|---|
QueryParam(String) | Returns the requested query parameter or null if not present. |