CrawlerMongoDbTarget

data class CrawlerMongoDbTarget(val connectionName: String? = null, val path: String? = null)

Specifies an Amazon DocumentDB or MongoDB data store to crawl.

Constructors

Link copied to clipboard
constructor(connectionName: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.

Link copied to clipboard
val path: String? = null

The path of the Amazon DocumentDB or MongoDB target (database/collection).