Click or drag to resize

InventoryDirectoriesAndFiles Constructor

Initializes a new instance of the InventoryDirectoriesAndFiles class

Namespace: OpenDiscoverSDK.Platform.Inventory
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public InventoryDirectoriesAndFiles(
	int inventoryUpdateEventMaxFileCount = 100000
)

Parameters

inventoryUpdateEventMaxFileCount  Int32  (Optional)
The file count threshold that triggers the OnInventoryUpdate event. The default value is 100,000 files and the allowed minimum value is 1,000 and the allowed maximum value is 1,0000,000.
See Also