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 SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionEndpoint "indices.get_data_stream_mappings".
- 
Method SummaryModifier 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.RequestBasetoString
- 
Field Details- 
_ENDPOINTpublic static final Endpoint<GetDataStreamMappingsRequest,GetDataStreamMappingsResponse, _ENDPOINTErrorResponse> Endpoint "indices.get_data_stream_mappings".
 
- 
- 
Method Details- 
of
- 
masterTimeoutThe 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
- 
nameRequired - A comma-separated list of data streams or data stream patterns. Supports wildcards (*).API name: name
 
-