DynamoDBTarget class

Specifies an Amazon DynamoDB table to crawl.

Constructors

DynamoDBTarget({String? path, bool? scanAll, double? scanRate})
DynamoDBTarget.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
path String?
The name of the DynamoDB table to crawl.
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
scanRate double?
The percentage of the configured read capacity units to use by the AWS Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.
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