StreamInfoBase#

class servicex.servicex.StreamInfoBase(file: str)[source]#

Bases: object

Contains base information about results that are streamed back from ServiceX.

__init__(file: str)[source]#

Attributes

file#

Returns the ServiceX filename

This filename is unique in the dataset, and will be the same across different queries against the dataset. It can be used as a key to sort results.

Notes:

  • May contains non-file system characters

Returns:

str: servicex filename

Methods