mirror of https://github.com/apache/nifi.git
Added details about data size in description.
added "in bytes" to further explain the Segment Size property. This closes #494
This commit is contained in:
parent
b32c70c419
commit
c090cdf29a
|
@ -88,7 +88,7 @@ public class SegmentContent extends AbstractProcessor {
|
|||
|
||||
public static final PropertyDescriptor SIZE = new PropertyDescriptor.Builder()
|
||||
.name("Segment Size")
|
||||
.description("The maximum data size for each segment")
|
||||
.description("The maximum data size in bytes for each segment")
|
||||
.addValidator(StandardValidators.DATA_SIZE_VALIDATOR)
|
||||
.required(true)
|
||||
.build();
|
||||
|
|
Loading…
Reference in New Issue