Class TransformSummary
java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform.TransformSummary
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TransformSummary>Json deserializer forTransformSummary -
Method Summary
Modifier and TypeMethodDescriptionfinal TransformAuthorizationThe security privileges that the transform uses to run its queries.final LongThe time the transform was created.final StringFree text description of the transform.final Destinationdest()Required - The destination for the transform.final TimeAPI name:frequencyfinal Stringid()Required - API name:idfinal Latestlatest()API name:latestmeta()API name:_metastatic TransformSummaryfinal Pivotpivot()The pivot method transforms the data by aggregating and grouping it.final RetentionPolicyAPI name:retention_policyvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final Settingssettings()Defines optional transform settings.protected static voidfinal Sourcesource()Required - The source of the data for the transform.final Syncsync()Defines the properties transforms require to run continuously.toString()final Stringversion()The version of Elasticsearch that existed on the node when the transform was created.
-
Field Details
-
_DESERIALIZER
Json deserializer forTransformSummary
-
-
Method Details
-
of
public static TransformSummary of(Function<TransformSummary.Builder, ObjectBuilder<TransformSummary>> fn) -
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
The time the transform was created.API name:
create_time -
description
Free text description of the transform.API name:
description -
dest
Required - The destination for the transform.API name:
dest -
frequency
API name:frequency -
id
Required - API name:id -
latest
API name:latest -
pivot
The pivot method transforms the data by aggregating and grouping it.API name:
pivot -
retentionPolicy
API name:retention_policy -
settings
Defines optional transform settings.API name:
settings -
source
Required - The source of the data for the transform.API name:
source -
sync
Defines the properties transforms require to run continuously.API name:
sync -
version
The version of Elasticsearch that existed on the node when the transform was created.API name:
version -
meta
API name:_meta -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTransformSummaryDeserializer
protected static void setupTransformSummaryDeserializer(ObjectDeserializer<TransformSummary.Builder> op)
-