fmeobjects.FMESpatialIndex.setMaxFileSize
- FMESpatialIndex.setMaxFileSize(maxFileBytes)
This method sets the maximum file size (in bytes) for each file used by the index. Caveats:
Multiple files will be used by the index if necessary.
- Features are not split across files, and therefore this maximum is not
guaranteed to be precise.
- Parameters:
maxFileBytes (int) – The maximum file size in bytes for each file.
- Return type:
None