Class DeleteTemplateRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteTemplateRequest

@Deprecated public class DeleteTemplateRequest extends RequestBase
Deprecated.
7.8.0
Delete a legacy index template. IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.
See Also:
  • Field Details

  • Method Details

    • of

      Deprecated.
    • masterTimeout

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

      API name: master_timeout

    • name

      public final String name()
      Deprecated.
      Required - The name of the legacy index template to delete. Wildcard (*) expressions are supported.

      API name: name

    • timeout

      @Nullable public final Time timeout()
      Deprecated.
      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