Search Results for

    Show / Hide Table of Contents

    Class BulkAllObserver

    Inheritance
    object
    CoordinatedRequestObserverBase<BulkAllResponse>
    BulkAllObserver
    ReindexObserver
    Implements
    IObserver<BulkAllResponse>
    Inherited Members
    CoordinatedRequestObserverBase<BulkAllResponse>.OnCompleted()
    CoordinatedRequestObserverBase<BulkAllResponse>.OnError(Exception)
    CoordinatedRequestObserverBase<BulkAllResponse>.OnNext(BulkAllResponse)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class BulkAllObserver : CoordinatedRequestObserverBase<BulkAllResponse>, IObserver<BulkAllResponse>

    Constructors

    | Edit this page View Source

    BulkAllObserver(Action<BulkAllResponse>, Action<Exception>, Action)

    Declaration
    public BulkAllObserver(Action<BulkAllResponse> onNext = null, Action<Exception> onError = null, Action onCompleted = null)
    Parameters
    Type Name Description
    Action<BulkAllResponse> onNext
    Action<Exception> onError
    Action onCompleted

    Properties

    | Edit this page View Source

    TotalNumberOfFailedBuffers

    Declaration
    public long TotalNumberOfFailedBuffers { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    TotalNumberOfRetries

    Declaration
    public long TotalNumberOfRetries { get; }
    Property Value
    Type Description
    long

    Implements

    IObserver<T>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • BulkAllObserver(Action<BulkAllResponse>, Action<Exception>, Action)
    • Properties
      • TotalNumberOfFailedBuffers
      • TotalNumberOfRetries
    • Implements
    • Extension Methods
    Back to top Generated by DocFX