Class PutDataStreamMappingsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.PutDataStreamMappingsRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class PutDataStreamMappingsRequest extends RequestBase implements JsonpSerializable
Update data stream mappings.

This API can be used to override mappings on specific data streams. These overrides will take precedence over what is specified in the template that the data stream matches. The mapping change is only applied to new write indices that are created during rollover after this API is called. No indices are changed by this API.

See Also: