IdIterator

class LOGS.Entity.IdIterator.EmptyIdIterator[source]

Bases: Generic[_idType]

property count: int
first()[source]
Return type:

Optional[TypeVar(_idType, bound= Union[int, str])]

toList(count=None)[source]
Return type:

List[TypeVar(_idType, bound= Union[int, str])]

class LOGS.Entity.IdIterator.IdIterator(connection, parameters=None)[source]

Bases: Generic[_idType, REQUEST], EntityConnector[Entity]

Represents a connected LOGS entity id iterator

property count: int
first()[source]
toList(count=None)[source]