Class GetDataStreamOptionsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetDataStreamOptionsRequest
Get data stream options.
 
Get the data stream options configuration of one or more data streams.
- 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.get_data_stream_options".
- 
Method SummaryModifier and TypeMethodDescriptionfinal List<ExpandWildcard>Type of data stream that wildcard patterns can match.final TimePeriod to wait for a connection to the master node.name()Required - Comma-separated list of data streams to limit the request.static GetDataStreamOptionsRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTpublic static final Endpoint<GetDataStreamOptionsRequest,GetDataStreamOptionsResponse, _ENDPOINTErrorResponse> Endpoint "indices.get_data_stream_options".
 
- 
- 
Method Details- 
of
- 
expandWildcardsType of data stream that wildcard patterns can match. Supports comma-separated values, such asopen,hidden.API name: expand_wildcards
- 
masterTimeoutPeriod 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
- 
nameRequired - Comma-separated list of data streams to limit the request. Supports wildcards (*). To target all data streams, omit this parameter or use*or_all.API name: name
 
-