Search Results for

    Show / Hide Table of Contents

    Class BulkAllResponse

    Inheritance
    object
    BulkAllResponse
    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 BulkAllResponse

    Properties

    | Edit this page View Source

    Items

    The items returned from the bulk response

    Declaration
    public IReadOnlyCollection<BulkResponseItemBase> Items { get; }
    Property Value
    Type Description
    IReadOnlyCollection<BulkResponseItemBase>
    | Edit this page View Source

    Page

    This is the Nth buffer.

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

    Retries

    The number of back off retries were needed to store this document.

    Declaration
    public int Retries { get; }
    Property Value
    Type Description
    int

    Extension Methods

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