All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kestra.plugin.airbyte.models.AttemptStats Maven / Gradle / Ivy

There is a newer version: 0.20.0
Show newest version
package io.kestra.plugin.airbyte.models;

import lombok.Value;
import lombok.experimental.SuperBuilder;
import lombok.extern.jackson.Jacksonized;

@Value
@Jacksonized
@SuperBuilder
public class AttemptStats {
    Long recordsEmitted;
    Long bytesEmitted;
    Long stateMessagesEmitted;
    Long recordsCommitted;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy