Class DeleteDanglingIndexRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.dangling_indices.DeleteDanglingIndexRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class DeleteDanglingIndexRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • indexUuid

      public java.lang.String indexUuid()
      Required - The UUID of the dangling index

      API name: index_uuid

    • acceptDataLoss

      public boolean acceptDataLoss()
      Required - Must be set to true in order to delete the dangling index

      API name: accept_data_loss

    • masterTimeout

      @Nullable public java.lang.String masterTimeout()
      Specify timeout for connection to master

      API name: master_timeout

    • timeout

      @Nullable public java.lang.String timeout()
      Explicit operation timeout

      API name: timeout