Class GetTransformStatsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.GetTransformStatsRequest

public class GetTransformStatsRequest
extends RequestBase
Retrieves usage information for transforms.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static GetTransformStatsRequest of​(java.util.function.Function<GetTransformStatsRequest.Builder,​ObjectBuilder<GetTransformStatsRequest>> fn)
    • allowNoMatch

      @Nullable public final java.lang.Boolean allowNoMatch()
      Whether to ignore if a wildcard expression matches no transforms. (This includes _all string or when no transforms have been specified)

      API name: allow_no_match

    • from

      @Nullable public final java.lang.Long from()
      skips a number of transform stats, defaults to 0

      API name: from

    • size

      @Nullable public final java.lang.Long size()
      specifies a max number of transform stats to get, defaults to 100

      API name: size

    • transformId

      public final java.lang.String transformId()
      Required - The id of the transform for which to get stats. '_all' or '*' implies all transforms

      API name: transform_id