case class FileDatasourceOutput(path: Option[String], warehousePath: Option[String], catalogName: Option[String], icebergCatalogType: Option[String], schemaName: Option[String], tableName: Option[String], format: String = "parquet", saveMode: SaveMode = SaveMode.Append, metastoreUris: Option[String], title: Option[String], description: Option[String], tags: Option[List[String]], icebergOptions: Option[IcebergOutputOptions], sortOptions: Option[SortOptions], partitionColumns: Seq[String], sparkOptions: Map[String, String] = Map.empty) extends DatasourceOutput with Product with Serializable
Represents the output configuration for a file-based datasource.
- path
(Optional) The output file path.
- warehousePath
(Optional) The warehouse path.
- catalogName
(Optional) The catalog name.
- icebergCatalogType
(Optional) The type of the Iceberg catalog.
- schemaName
(Optional) The schema name.
- tableName
(Optional) The table name.
- format
The output format, default is "parquet".
- metastoreUris
(Optional) The URIs of the metastore.
- title
(Optional) The title of the output.
- description
(Optional) The description of the output.
- tags
(Optional) The tags associated with the output.
- icebergOptions
(Optional) Additional options for the iceberg datasource.
- sparkOptions
(Optional) Additional options for the file-based output.
- Alphabetic
- By Inheritance
- FileDatasourceOutput
- Serializable
- Serializable
- Product
- Equals
- DatasourceOutput
- OutputConfig
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
FileDatasourceOutput(path: Option[String], warehousePath: Option[String], catalogName: Option[String], icebergCatalogType: Option[String], schemaName: Option[String], tableName: Option[String], format: String = "parquet", saveMode: SaveMode = SaveMode.Append, metastoreUris: Option[String], title: Option[String], description: Option[String], tags: Option[List[String]], icebergOptions: Option[IcebergOutputOptions], sortOptions: Option[SortOptions], partitionColumns: Seq[String], sparkOptions: Map[String, String] = Map.empty)
- path
(Optional) The output file path.
- warehousePath
(Optional) The warehouse path.
- catalogName
(Optional) The catalog name.
- icebergCatalogType
(Optional) The type of the Iceberg catalog.
- schemaName
(Optional) The schema name.
- tableName
(Optional) The table name.
- format
The output format, default is "parquet".
- metastoreUris
(Optional) The URIs of the metastore.
- title
(Optional) The title of the output.
- description
(Optional) The description of the output.
- tags
(Optional) The tags associated with the output.
- icebergOptions
(Optional) Additional options for the iceberg datasource.
- sparkOptions
(Optional) Additional options for the file-based output.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val catalogName: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val description: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val format: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val icebergCatalogType: Option[String]
- val icebergOptions: Option[IcebergOutputOptions]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val metastoreUris: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val partitionColumns: Seq[String]
- val path: Option[String]
- val saveMode: SaveMode
- val schemaName: Option[String]
- val sortOptions: Option[SortOptions]
- val sparkOptions: Map[String, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tableName: Option[String]
- val tags: Option[List[String]]
- val title: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val warehousePath: Option[String]