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 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.get_data_stream_options". -
Method Summary
Modifier 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.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetDataStreamOptionsRequest,GetDataStreamOptionsResponse, _ENDPOINTErrorResponse> Endpoint "indices.get_data_stream_options".
-
-
Method Details
-
of
-
expandWildcards
Type of data stream that wildcard patterns can match. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcards -
masterTimeout
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
Required - 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
-