Search Results for

    Show / Hide Table of Contents

    Class WriteResponseBase

    Inheritance
    object
    ResponseBase
    WriteResponseBase
    CreateResponse
    DeleteResponse
    IndexResponse
    UpdateResponse<TDocument>
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public abstract class WriteResponseBase : ResponseBase, IResponse, IOpenSearchResponse

    Properties

    | 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; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PrimaryTerm

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

    Result

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

    SequenceNumber

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

    Shards

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

    Type

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

    Version

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

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Id
      • Index
      • PrimaryTerm
      • Result
      • SequenceNumber
      • Shards
      • Type
      • Version
    • Implements
    • Extension Methods
    Back to top Generated by DocFX