Search Results for

    Show / Hide Table of Contents

    Class TotalIndexingLoad

    Inheritance
    object
    IndexingLoad
    TotalIndexingLoad
    Inherited Members
    IndexingLoad.CombinedCoordinatingAndPrimaryInBytes
    IndexingLoad.CombinedCoordinatingAndPrimary
    IndexingLoad.CoordinatingInBytes
    IndexingLoad.Coordinating
    IndexingLoad.PrimaryInBytes
    IndexingLoad.Primary
    IndexingLoad.ReplicaInBytes
    IndexingLoad.Replica
    IndexingLoad.AllInBytes
    IndexingLoad.All
    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
    [DataContract]
    public class TotalIndexingLoad : IndexingLoad

    Properties

    | Edit this page View Source

    CoordinatingRejections

    Declaration
    [DataMember(Name = "coordinating_rejections")]
    public int CoordinatingRejections { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    PrimaryRejections

    Declaration
    [DataMember(Name = "primary_rejections")]
    public int PrimaryRejections { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ReplicaRejections

    Declaration
    [DataMember(Name = "replica_rejections")]
    public int ReplicaRejections { get; }
    Property Value
    Type Description
    int

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CoordinatingRejections
      • PrimaryRejections
      • ReplicaRejections
    • Extension Methods
    Back to top Generated by DocFX