split_part_prefix property

split_part_prefix property

Prefix for the index of split part.

Remarks

If there is only one split part and LowCodeSaveOptionsProviderOfAssembling.build_path_with_split_part_always is false, then this prefix and the split part index(0) will not be added to the resultant file path.

Definition:

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

See Also