StorageDescriptor class

Stores physical storage information of the data.

Constructors

StorageDescriptor({String? inputFormat, String? locationUri, String? outputFormat, SerDeInfo? serdeInfo})
StorageDescriptor.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
inputFormat String?
The fully qualified Java class name of the input format.
getter/setter pair
locationUri String?
Cloud Storage folder URI where the table data is stored, starting with "gs://".
getter/setter pair
outputFormat String?
The fully qualified Java class name of the output format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serdeInfo SerDeInfo?
Serializer and deserializer information.
getter/setter pair

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