Search Results for

    Show / Hide Table of Contents

    Class AcknowledgedResponseBase

    Inheritance
    object
    ResponseBase
    AcknowledgedResponseBase
    AddIndexBlockResponse
    BulkAliasResponse
    CloneIndexResponse
    CloneSnapshotResponse
    CloseIndexResponse
    CreateIndexResponse
    CreateRepositoryResponse
    DeleteComponentTemplateResponse
    DeleteComposableIndexTemplateResponse
    DeleteDanglingIndexResponse
    DeleteIndexTemplateResponse
    DeletePipelineResponse
    DeleteRepositoryResponse
    DeleteScriptResponse
    DeleteSnapshotResponse
    ImportDanglingIndexResponse
    IndicesResponseBase
    OpenIndexResponse
    PutComponentTemplateResponse
    PutComposableIndexTemplateResponse
    PutIndexTemplateResponse
    PutPipelineResponse
    PutScriptResponse
    RolloverIndexResponse
    ShrinkIndexResponse
    SplitIndexResponse
    UpdateIndexSettingsResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    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
    public abstract class AcknowledgedResponseBase : ResponseBase, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    Acknowledged

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

    IsValid

    Checks whether the response returned a valid HTTP status code and that the delete is acknowledged in one go. See also Acknowledged

    Declaration
    public override bool IsValid { get; }
    Property Value
    Type Description
    bool
    Overrides
    ResponseBase.IsValid

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

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