IPWorks Auth 2020 Python Edition

Questions / Feedback?

search_size_limit Property

Maximum number of entries that can be returned by the next search operation.

Syntax

def get_search_size_limit() -> int: ...
def set_search_size_limit(value: int) -> None: ...

search_size_limit = property(get_search_size_limit, set_search_size_limit)

Default Value

0

Remarks

This property contains the maximum number of entries that can be returned by the next search operation. This limit is provided as a hint to the directory server. A value of 0 means that no size limits are in effect for the search.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]