Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceOptions

The options object defines which items to crawl from the source system.

Hierarchy

  • SourceOptions

Index

Properties

Optional buckets

Array of cloud object store buckets to begin crawling. Only valid and required when the type field of the source object is set to cloud_object_store, and the crawl_all_buckets field is false or not specified.

Optional crawl_all_buckets

crawl_all_buckets: boolean

When true, all buckets in the specified cloud object store are crawled. If set to true, the buckets array must not be specified.

Optional folders

Array of folders to crawl from the Box source. Only valid, and required, when the type field of the source object is set to box.

Optional objects

Array of Salesforce document object types to crawl from the Salesforce source. Only valid, and required, when the type field of the source object is set to salesforce.

Optional site_collections

site_collections: SourceOptionsSiteColl[]

Array of Microsoft SharePointoint Online site collections to crawl from the SharePoint source. Only valid and required when the type field of the source object is set to sharepoint.

Optional urls

Array of Web page URLs to begin crawling the web from. Only valid and required when the type field of the source object is set to web_crawl.

Generated using TypeDoc