Class AcknowledgedResponseBase
Inheritance
AcknowledgedResponseBase
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class AcknowledgedResponseBase : ResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceAcknowledged
Declaration
[DataMember(Name = "acknowledged")]
public bool Acknowledged { get; }
Property Value
Type | Description |
---|---|
bool |
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 |