models_v2.hdfs_type_enum module

class models_v2.hdfs_type_enum.HdfsTypeEnum[source]

Bases: object

Implementation of the ‘HdfsType’ enum.

TODO: type enum description here.

Attributes:

HDFSFOLDERS: TODO: type description here. HDFSFILES: TODO: type description here.

HDFSFILES = 'HDFSFiles'
HDFSFOLDERS = 'HDFSFolders'