Skip to main content

ApplicationCrawlerSettings

Properties

NameTypeDescriptionNotes
isEnabled(optional) booleanIndicates whether the feature or configuration is enabled.[default to false]
clusterId(optional) stringThe identifier of the cluster associated with this configuration, if applicable.[default to undefined]
calculateResourceSize(optional) CrawlResourcesSizesOptions[default to undefined]
crawlSnapshotsFolder(optional) booleanIndicates whether to crawl the snapshots folder.[default to false]
crawlMailboxes(optional) booleanIndicates whether to crawl mailboxes.[default to false]
crawlPublicFolders(optional) booleanIndicates whether to crawl public folders.[default to false]
excludedPathsByRegex(optional) stringRegular expression pattern for paths to exclude from crawling.[default to undefined]
crawlTopLevelShares(optional) Array<string>List of top-level shares to crawl.[default to undefined]
excludedResources(optional) Array<string>List of resource identifiers to exclude from crawling.[default to undefined]
includeResources(optional) Array<string>List of resource identifiers to include in crawling.[default to undefined]