public static interface RecrawlPolicy.Builder extends SdkPojo, CopyableBuilder<RecrawlPolicy.Builder,RecrawlPolicy>
| Modifier and Type | Method and Description |
|---|---|
RecrawlPolicy.Builder |
recrawlBehavior(RecrawlBehavior recrawlBehavior)
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last
crawler run.
|
RecrawlPolicy.Builder |
recrawlBehavior(String recrawlBehavior)
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last
crawler run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecrawlPolicy.Builder recrawlBehavior(String recrawlBehavior)
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.
A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.
A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since the last
crawler run.
recrawlBehavior - Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the
last crawler run.
A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.
A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since
the last crawler run.
RecrawlBehavior,
RecrawlBehaviorRecrawlPolicy.Builder recrawlBehavior(RecrawlBehavior recrawlBehavior)
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.
A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.
A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since the last
crawler run.
recrawlBehavior - Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the
last crawler run.
A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.
A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since
the last crawler run.
RecrawlBehavior,
RecrawlBehaviorCopyright © 2020. All rights reserved.