InventoryDirectoriesAndFiles Constructor |
Namespace: OpenDiscoverSDK.Platform.InventoryAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic 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