Search Results for

    Show / Hide Table of Contents

    Class BulkIndexByScrollFailure

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

    Properties

    | Edit this page View Source

    Cause

    Declaration
    [DataMember(Name = "cause")]
    public Error Cause { get; set; }
    Property Value
    Type Description
    Error
    | Edit this page View Source

    Id

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

    Index

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

    Status

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

    Type

    Declaration
    [DataMember(Name = "type")]
    public string Type { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Cause
      • Id
      • Index
      • Status
      • Type
    • Extension Methods
    Back to top Generated by DocFX