Class GetDataStreamSettingsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetDataStreamSettingsRequest
Get data stream settings.
Get setting information for 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_settings
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Time
The period to wait for a connection to the master node.name()
Required - A comma-separated list of data streams or data stream patterns.static GetDataStreamSettingsRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetDataStreamSettingsRequest,GetDataStreamSettingsResponse, _ENDPOINTErrorResponse> Endpoint "indices.get_data_stream_settings
".
-
-
Method Details
-
of
-
masterTimeout
The 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 - A comma-separated list of data streams or data stream patterns. Supports wildcards (*
).API name:
name
-