java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform.TransformSummary
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class TransformSummary extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • authorization

      @Nullable public final TransformAuthorization authorization()
      The security privileges that the transform uses to run its queries. If Elastic Stack security features were disabled at the time of the most recent update to the transform, this property is omitted.

      API name: authorization

    • createTime

      @Nullable public final Long createTime()
      The time the transform was created.

      API name: create_time

    • description

      @Nullable public final String description()
      Free text description of the transform.

      API name: description

    • dest

      public final Destination dest()
      Required - The destination for the transform.

      API name: dest

    • frequency

      @Nullable public final Time frequency()
      API name: frequency
    • id

      public final String id()
      Required - API name: id
    • latest

      @Nullable public final Latest latest()
      API name: latest
    • pivot

      @Nullable public final Pivot pivot()
      The pivot method transforms the data by aggregating and grouping it.

      API name: pivot

    • retentionPolicy

      @Nullable public final RetentionPolicy retentionPolicy()
      API name: retention_policy
    • settings

      @Nullable public final Settings settings()
      Defines optional transform settings.

      API name: settings

    • source

      public final Source source()
      Required - The source of the data for the transform.

      API name: source

    • sync

      @Nullable public final Sync sync()
      Defines the properties transforms require to run continuously.

      API name: sync

    • version

      @Nullable public final String version()
      The version of Elasticsearch that existed on the node when the transform was created.

      API name: version

    • meta

      public final Map<String,JsonData> meta()
      API name: _meta
    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupTransformSummaryDeserializer

      protected static void setupTransformSummaryDeserializer(ObjectDeserializer<TransformSummary.Builder> op)