CrawlsFilter

A list of fields, comparators and value that you can use to filter the crawler runs for a specified crawler.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A key used to filter the crawler runs for a specified crawler. Valid values for each of the field names are:

Link copied to clipboard

The value provided for comparison on the crawl field.

Link copied to clipboard

A defined comparator that operates on the value. The available operators are:

Functions

Link copied to clipboard
inline fun copy(block: CrawlsFilter.Builder.() -> Unit = {}): CrawlsFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String