Class UpdateMetadata

java.lang.Object
org.elasticsearch.script.Metadata
org.elasticsearch.script.UpdateMetadata

public class UpdateMetadata extends Metadata
The update context has read-only metadata: _index, _id, _version, _routing, _type (always '_doc'), _now (timestamp in millis) and read-write op that may be one of 'noop' or 'none' (legacy), 'index', 'delete' or null