IPWorks SNMP 2020 Python Edition

Questions / Feedback?

store_walk_objects Property

Tells the class whether or not to store returned objects.

Syntax

def get_store_walk_objects() -> bool: ...
def set_store_walk_objects(value: bool) -> None: ...

store_walk_objects = property(get_store_walk_objects, set_store_walk_objects)

Default Value

TRUE

Remarks

When a walk is performed, this property tells the class whether or not to store the objects that are returned by the server in the objects collection. If the data is accumulated through the events, and not desired to be saved by the class, set this property to false.

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