Class TransformsRequest

java.lang.Object

public class TransformsRequest
extends CatRequestBase
Gets configuration and usage information about transforms.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static TransformsRequest of​(java.util.function.Function<TransformsRequest.Builder,​ObjectBuilder<TransformsRequest>> 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.Integer from()
      skips a number of transform configs, defaults to 0

      API name: from

    • size

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

      API name: size

    • transformId

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

      API name: transform_id