Class GetDataStreamMappingsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetDataStreamMappingsRequest
Get data stream mappings.
Get mapping 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_mappings". -
Method Summary
Modifier and TypeMethodDescriptionfinal TimeThe period to wait for a connection to the master node.name()Required - A comma-separated list of data streams or data stream patterns.static GetDataStreamMappingsRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetDataStreamMappingsRequest,GetDataStreamMappingsResponse, _ENDPOINTErrorResponse> Endpoint "indices.get_data_stream_mappings".
-
-
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
-