Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IReplicationRequest

    Abstraction for remote replication requests, allows easy integration into any hosting frameworks.

    Namespace: Lucene.Net.Replicator.Http.Abstractions
    Assembly: Lucene.Net.Replicator.dll
    Syntax
    public interface IReplicationRequest
    Remarks

    .NET Specific Abstraction

    Properties

    Path

    Provides the requested path which mapps to a replication operation.

    Declaration
    string Path { get; }
    Property Value
    Type Description
    string
    Remarks

    .NET Specific Abstraction

    Methods

    QueryParam(string)

    Returns the requested query parameter or null if not present.

    Declaration
    string QueryParam(string name)
    Parameters
    Type Name Description
    string name

    the name of the requested parameter

    Returns
    Type Description
    string

    the value of the requested parameter or null if not present

    Remarks

    May though execeptions if the same parameter is provided multiple times, consult the documentation for the specific implementation.

    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.