Skip to content

Add ScriptFile parameter for NEST MetricAggregator  #2446

@orenasaf

Description

@orenasaf

Elastic.Net version 1.91

public abstract class MetricAggregator : IMetricAggregator
{
  public PropertyPathMarker Field { get; set; }

  public string Script { get; set; }

  public IDictionary<string, object> Params { get; set; }

  public string Language { get; set; }
 }

Missing a property that will map to script_file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions