CloudStoreSyncStep

case
class CloudStoreSyncStep(name: String, input_location: Location, output_location: Location, transformation: Option[(Task, Byte) => Byte], output_overwrite: Boolean, parallelism: Int, chunk_size: Int) extends EtlStep[Clock & Blocking, Unit]
trait Serializable
trait Product
trait Equals
trait EtlStep[Clock & Blocking, Unit]
trait ApplicationLogger
class Object
trait Matchable
class Any

Value members

Concrete methods

final
def process: RIO[Clock & Blocking, Unit]

Inherited methods

final
def execute: RIO[Clock & Blocking & LogEnv, Unit]
Inherited from
EtlStep
def getExecutionMetrics: Map[String, String]
Inherited from
EtlStep
def getStepProperties: Map[String, String]
Inherited from
EtlStep
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy
val logger: Logger
Inherited from
ApplicationLogger
val step_type: String
Inherited from
EtlStep