Class DeleteIndexRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteIndexRequest
Deletes an index.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<DeleteIndexRequest,DeleteIndexResponse, ErrorResponse> Endpoint "indices.delete". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanIgnore if a wildcard expression resolves to no concrete indices (default: false)final List<ExpandWildcard>Whether wildcard expressions should get expanded to open, closed, or hidden indicesfinal BooleanIgnore unavailable indexes (default: false)index()Required - A comma-separated list of indices to delete; use_allor*string to delete all indicesfinal TimeSpecify timeout for connection to masterstatic DeleteIndexRequestfinal Timetimeout()Explicit operation timeoutMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "indices.delete".
-
-
Method Details
-
of
public static DeleteIndexRequest of(Function<DeleteIndexRequest.Builder, ObjectBuilder<DeleteIndexRequest>> fn) -
allowNoIndices
Ignore if a wildcard expression resolves to no concrete indices (default: false)API name:
allow_no_indices -
expandWildcards
Whether wildcard expressions should get expanded to open, closed, or hidden indicesAPI name:
expand_wildcards -
index
Required - A comma-separated list of indices to delete; use_allor*string to delete all indicesAPI name:
index -
masterTimeout
Specify timeout for connection to masterAPI name:
master_timeout -
timeout
Explicit operation timeoutAPI name:
timeout
-