Search Results for

    Show / Hide Table of Contents

    Class IndexingLoad

    Inheritance
    object
    IndexingLoad
    TotalIndexingLoad
    Inherited Members
    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 IndexingLoad

    Properties

    | Edit this page View Source

    All

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

    AllInBytes

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

    CombinedCoordinatingAndPrimary

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

    CombinedCoordinatingAndPrimaryInBytes

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

    Coordinating

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

    CoordinatingInBytes

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

    Primary

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

    PrimaryInBytes

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

    Replica

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

    ReplicaInBytes

    Declaration
    [DataMember(Name = "replica_in_bytes")]
    public long ReplicaInBytes { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • All
      • AllInBytes
      • CombinedCoordinatingAndPrimary
      • CombinedCoordinatingAndPrimaryInBytes
      • Coordinating
      • CoordinatingInBytes
      • Primary
      • PrimaryInBytes
      • Replica
      • ReplicaInBytes
    • Extension Methods
    Back to top Generated by DocFX