Class DeleteDataStreamOptionsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteDataStreamOptionsRequest
Delete data stream options. Removes the data stream options from a data
stream.
- 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 TypeFieldDescriptionEndpoint "indices.delete_data_stream_options". -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ExpandWildcard>Whether wildcard expressions should get expanded to open or closed indices (default: open)final TimeSpecify timeout for connection to mastername()Required - A comma-separated list of data streams of which the data stream options will be deleted; use*to get all data streamsof(Function<DeleteDataStreamOptionsRequest.Builder, ObjectBuilder<DeleteDataStreamOptionsRequest>> fn) final Timetimeout()Explicit timestamp for the documentMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteDataStreamOptionsRequest,DeleteDataStreamOptionsResponse, _ENDPOINTErrorResponse> Endpoint "indices.delete_data_stream_options".
-
-
Method Details
-
of
-
expandWildcards
Whether wildcard expressions should get expanded to open or closed indices (default: open)API name:
expand_wildcards -
masterTimeout
Specify timeout for connection to masterAPI name:
master_timeout -
name
Required - A comma-separated list of data streams of which the data stream options will be deleted; use*to get all data streamsAPI name:
name -
timeout
Explicit timestamp for the documentAPI name:
timeout
-