minTimeElapsedSinceLastModification property

String? minTimeElapsedSinceLastModification
getter/setter pair

Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time".

When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the start_time of the `TransferOperation` and the "last modification time" of the object is equal to or greater than the value of min_time_elapsed_since_last_modification`. Objects that do not have a "last modification time" are also transferred.

Implementation

core.String? minTimeElapsedSinceLastModification;