final case class PeriodFromFirst(duration: FiniteDuration) extends TimeConfiguration with Product with Serializable
Backs up objects/files depending on the timestamp fo the first received Kafka message. Suspending/resuming the backup client will always create a new object/file
- duration
The maximum span of time for each object/file, when this duration is exceeded a new file is created
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PeriodFromFirst
- Serializable
- Product
- Equals
- TimeConfiguration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PeriodFromFirst(duration: FiniteDuration)
- duration
The maximum span of time for each object/file, when this duration is exceeded a new file is created
Value Members
- val duration: FiniteDuration
- def productElementNames: Iterator[String]
- Definition Classes
- Product