S3Target class

Specifies a data store in Amazon Simple Storage Service (Amazon S3).

Constructors

S3Target({String? connectionName, List<String>? exclusions, String? path})
S3Target.fromJson(Map<String, dynamic> json)
factory

Properties

connectionName String?
The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).
final
exclusions List<String>?
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
final
hashCode int
The hash code for this object.
no setterinherited
path String?
The path to the Amazon S3 target.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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