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 SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionEndpoint "indices.delete_data_stream_options".
- 
Method SummaryModifier 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.RequestBasetoString
- 
Field Details- 
_ENDPOINTpublic static final Endpoint<DeleteDataStreamOptionsRequest,DeleteDataStreamOptionsResponse, _ENDPOINTErrorResponse> Endpoint "indices.delete_data_stream_options".
 
- 
- 
Method Details- 
of
- 
expandWildcardsWhether wildcard expressions should get expanded to open or closed indices (default: open)API name: expand_wildcards
- 
masterTimeoutSpecify timeout for connection to masterAPI name: master_timeout
- 
nameRequired - A comma-separated list of data streams of which the data stream options will be deleted; use*to get all data streamsAPI name: name
- 
timeoutExplicit timestamp for the documentAPI name: timeout
 
-