FlowPrefixConfig

data class FlowPrefixConfig(val pathPrefixHierarchy: List<FlowPathPrefix>? = null, val prefixFormat: FlowPrefixFormat? = null, val prefixType: FlowPrefixType? = null)

Constructors

Link copied to clipboard
constructor(pathPrefixHierarchy: List<FlowPathPrefix>? = null, prefixFormat: FlowPrefixFormat? = null, prefixType: FlowPrefixType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the destination file path includes either or both of the following elements:

Link copied to clipboard

Determines the level of granularity for the date and time that's included in the prefix.

Link copied to clipboard

Determines the format of the prefix, and whether it applies to the file name, file path, or both.