models_v2.hdfs_params module

class models_v2.hdfs_params.HdfsParams(search_string=None, hdfs_types=None, source_ids=None)[source]

Bases: object

Implementation of the ‘HdfsParams’ model.

Specifies the parameters for searching HDFS Folders and Files.

Attributes:
hdfs_types (list of HdfsTypeEnum): Specifies types as Folders or Files

or both to be searched.

search_string (string): Specifies the search string to search the HDFS

Folders and Files.

source_ids (list of long|int): Specifies a list of source ids. Only

objects found in these sources will be returned.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.