Class DeleteTransformRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.DeleteTransformRequest

public class DeleteTransformRequest extends RequestBase
Deletes a transform.
See Also:
  • Field Details

  • Method Details

    • of

    • deleteDestIndex

      @Nullable public final Boolean deleteDestIndex()
      If this value is true, the destination index is deleted together with the transform. If false, the destination index will not be deleted

      API name: delete_dest_index

    • force

      @Nullable public final Boolean force()
      If this value is false, the transform must be stopped before it can be deleted. If true, the transform is deleted regardless of its current state.

      API name: force

    • timeout

      @Nullable public final Time timeout()
      Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

      API name: timeout

    • transformId

      public final String transformId()
      Required - Identifier for the transform.

      API name: transform_id