Class GetDataStreamRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetDataStreamRequest
Get data streams.
 
Get information about 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 TypeFieldDescriptionstatic final Endpoint<GetDataStreamRequest,GetDataStreamResponse, ErrorResponse> Endpoint "indices.get_data_stream".
- 
Method SummaryModifier and TypeMethodDescriptionfinal List<ExpandWildcard>Type of data stream that wildcard patterns can match.final BooleanIf true, returns all relevant default configurations for the index template.final TimePeriod to wait for a connection to the master node.name()Comma-separated list of data stream names used to limit the request.static GetDataStreamRequestfinal Booleanverbose()Whether the maximum timestamp for each data stream should be calculated and returned.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "indices.get_data_stream".
 
- 
- 
Method Details- 
ofpublic static GetDataStreamRequest of(Function<GetDataStreamRequest.Builder, ObjectBuilder<GetDataStreamRequest>> fn) 
- 
expandWildcardsType of data stream that wildcard patterns can match. Supports comma-separated values, such asopen,hidden.API name: expand_wildcards
- 
includeDefaultsIf true, returns all relevant default configurations for the index template.API name: include_defaults
- 
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
- 
nameComma-separated list of data stream names used to limit the request. Wildcard (*) expressions are supported. If omitted, all data streams are returned.API name: name
- 
verboseWhether the maximum timestamp for each data stream should be calculated and returned.API name: verbose
 
-