Class representing split configuration.
Split configuration is used for splitting staging directories.
The following restrictions exist on data in this class:
|
__init__(self,
sizeLimit=None,
splitSize=None)
Constructor for the SplitCOnfig class. |
source code
|
|
|
|
|
|
|
|
|
|
|
_getSizeLimit(self)
Property target used to get the size limit. |
source code
|
|
|
|
|
_getSplitSize(self)
Property target used to get the split size. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|