Flow Aggregation Config
data class FlowAggregationConfig(val aggregationType: FlowAggregationType? = null, val targetFileSize: Int? = null)
Constructors
Link copied to clipboard
fun FlowAggregationConfig(aggregationType: FlowAggregationType? = null, targetFileSize: Int? = null)