case class DatasetOutput(name: String, dataset: String, saveMode: SaveMode = SaveMode.Append, format: Option[String], columnTags: Option[List[Map[String, Any]]], assertions: Option[List[Map[String, Any]]], options: DatasetOutputOptions = ...) extends OutputConfig with Product with Serializable
Represents the configuration for a dataset output.
- name
The name of the dataset output.
- dataset
The dataset address.
- saveMode
The SaveMode for writing data to the dataset. Default is SaveMode.Append.
- format
The output format.
- columnTags
The tags associated with each column of the dataset.
- assertions
The assertions for the dataset.
- options
Additional options for the dataset output.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatasetOutput
- Serializable
- Serializable
- Product
- Equals
- OutputConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DatasetOutput(name: String, dataset: String, saveMode: SaveMode = SaveMode.Append, format: Option[String], columnTags: Option[List[Map[String, Any]]], assertions: Option[List[Map[String, Any]]], options: DatasetOutputOptions = ...)
- name
The name of the dataset output.
- dataset
The dataset address.
- saveMode
The SaveMode for writing data to the dataset. Default is SaveMode.Append.
- format
The output format.
- columnTags
The tags associated with each column of the dataset.
- assertions
The assertions for the dataset.
- options
Additional options for the dataset 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 assertions: Option[List[Map[String, Any]]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val columnTags: Option[List[Map[String, Any]]]
- var dataset: 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] )
- var format: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: 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 options: DatasetOutputOptions
- val saveMode: SaveMode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()