MongoDBTarget class

Specifies an Amazon DocumentDB or MongoDB data store to crawl.

Constructors

MongoDBTarget({String? connectionName, String? path, bool? scanAll})
MongoDBTarget.fromJson(Map<String, dynamic> json)
factory

Properties

connectionName String?
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
final
hashCode int
The hash code for this object.
no setterinherited
path String?
The path of the Amazon DocumentDB or MongoDB target (database/collection).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanAll bool?
Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited