The filesystem type of the Dataset source.
(self)
| 1713 | |
| 1714 | @property |
| 1715 | def filesystem(self): |
| 1716 | """ |
| 1717 | The filesystem type of the Dataset source. |
| 1718 | """ |
| 1719 | return self._dataset.filesystem |
| 1720 | |
| 1721 | @property |
| 1722 | def partitioning(self): |
no outgoing calls