build_path_with_split_part_always property

build_path_with_split_part_always property

Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix will not be added to the file path.

Definition:

@property
def build_path_with_split_part_always(self):
    ...
@build_path_with_split_part_always.setter
def build_path_with_split_part_always(self, value):
    ...

See Also