S3Source class

A physical table type for as S3 data source.

Constructors

S3Source({required String dataSourceArn, required List<InputColumn> inputColumns, UploadSettings? uploadSettings})
S3Source.fromJson(Map<String, dynamic> json)
factory

Properties

dataSourceArn String
The amazon Resource Name (ARN) for the data source.
final
hashCode int
The hash code for this object.
no setterinherited
inputColumns List<InputColumn>
A physical table type for as S3 data source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadSettings UploadSettings?
Information about the format for the S3 source file or files.
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