Flow Destination Flow Config Destination Connector Properties S3S3Output Format Config Prefix Config
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig(val prefixFormat: String? = null, val prefixHierarchies: List<String>? = null, val prefixType: String? = null)
Properties
Link copied to clipboard
Determines the level of granularity that's included in the prefix. Valid values are YEAR
, MONTH
, DAY
, HOUR
, and MINUTE
.
Link copied to clipboard
Determines whether the destination file path includes either or both of the selected elements. Valid values are EXECUTION_ID
and SCHEMA_VERSION
Link copied to clipboard
Determines the format of the prefix, and whether it applies to the file name, file path, or both. Valid values are FILENAME
, PATH
, and PATH_AND_FILENAME
.