public static class RowReductionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RowReductionDetails |
build() |
RowReductionDetails.Builder |
copy(RowReductionDetails model) |
RowReductionDetails.Builder |
isReductionEnabled(Boolean isReductionEnabled)
A boolean value to indicate if row reduction is applied
|
RowReductionDetails.Builder |
reductionMethod(RowReductionDetails.ReductionMethod reductionMethod)
Method for row reduction: * DELETE_ROW - delete rows with equal intervals * AVERAGE_ROW -
average multiple rows to one row
|
RowReductionDetails.Builder |
reductionPercentage(Double reductionPercentage)
A percentage to reduce data size down to on top of original data
|
public RowReductionDetails.Builder isReductionEnabled(Boolean isReductionEnabled)
A boolean value to indicate if row reduction is applied
isReductionEnabled
- the value to setpublic RowReductionDetails.Builder reductionPercentage(Double reductionPercentage)
A percentage to reduce data size down to on top of original data
reductionPercentage
- the value to setpublic RowReductionDetails.Builder reductionMethod(RowReductionDetails.ReductionMethod reductionMethod)
Method for row reduction: * DELETE_ROW - delete rows with equal intervals * AVERAGE_ROW - average multiple rows to one row
reductionMethod
- the value to setpublic RowReductionDetails build()
public RowReductionDetails.Builder copy(RowReductionDetails model)
Copyright © 2016–2024. All rights reserved.