DataSourceWebCrawlerLimitsArgs

data class DataSourceWebCrawlerLimitsArgs(val maxPages: Output<Int>? = null, val rateLimit: Output<Int>? = null) : ConvertibleToJava<DataSourceWebCrawlerLimitsArgs>

Limit settings for the web crawler.

Constructors

Link copied to clipboard
constructor(maxPages: Output<Int>? = null, rateLimit: Output<Int>? = null)

Properties

Link copied to clipboard
val maxPages: Output<Int>? = null

Maximum number of pages the crawler can crawl.

Link copied to clipboard
val rateLimit: Output<Int>? = null

Rate of web URLs retrieved per minute.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceWebCrawlerLimitsArgs