list_unloaded_persisted_tables#

swordfish.streaming.list_unloaded_persisted_tables()#

Retrieves the names of all unloaded persisted StreamTable.

返回:

A list of strings indicating the names of all unloaded persisted StreamTable.

返回类型:

List[str]

示例

>>> import swordfish as sf
>>> sf.streaming.list_unloaded_persisted_tables()