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 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 TypeFieldDescriptionstatic final Endpoint<GetDataStreamRequest,
GetDataStreamResponse, ErrorResponse> Endpoint "indices.get_data_stream
". -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ExpandWildcard>
Type of data stream that wildcard patterns can match.final Boolean
If true, returns all relevant default configurations for the index template.final Time
Period to wait for a connection to the master node.name()
Comma-separated list of data stream names used to limit the request.static GetDataStreamRequest
final Boolean
verbose()
Whether the maximum timestamp for each data stream should be calculated and returned.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "indices.get_data_stream
".
-
-
Method Details
-
of
public static GetDataStreamRequest of(Function<GetDataStreamRequest.Builder, ObjectBuilder<GetDataStreamRequest>> fn) -
expandWildcards
Type of data stream that wildcard patterns can match. Supports comma-separated values, such asopen,hidden
.API name:
expand_wildcards
-
includeDefaults
If true, returns all relevant default configurations for the index template.API name:
include_defaults
-
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
Comma-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
-
verbose
Whether the maximum timestamp for each data stream should be calculated and returned.API name:
verbose
-