FlowAggregationConfig

data class FlowAggregationConfig(val aggregationType: FlowAggregationType? = null, val targetFileSize: Int? = null)

Constructors

Link copied to clipboard
fun FlowAggregationConfig(aggregationType: FlowAggregationType? = null, targetFileSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val targetFileSize: Int? = null