fmeobjects.FMESession.getProperties

FMESession.getProperties(propertyCategory, properties)

This method is used to retrieve a variety of information on a FMESession or use a session to perform certain operations. The operation performed is determined by a combination of the ‘propertyCategory’ specified and the ‘propertyConfig’ information passed in.

Parameters:
  • propertyCategory (str) – The property to retrieve or action to perform.

  • properties (dict or list[str]) – Additional information to specify what to retrieve or action to perform.

Return type:

list[str]

Returns:

The properties requested. This value is empty in cases where actions are performed.

Raises:

FMEException – An exception is raised if there was a problem in performing the specified getProperties operation.