Uses of Class
com.oracle.bmc.dataintegration.model.AbstractFormatAttribute
-
Packages that use AbstractFormatAttribute Package Description com.oracle.bmc.dataintegration.model -
-
Uses of AbstractFormatAttribute in com.oracle.bmc.dataintegration.model
Subclasses of AbstractFormatAttribute in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
AvroFormatAttribute
The AVRO format attribute.class
CsvFormatAttribute
The CSV format attribute.class
JsonFormatAttribute
The JSON file format attribute.class
ParquetFormatAttribute
The PARQUET format attribute.Methods in com.oracle.bmc.dataintegration.model that return AbstractFormatAttribute Modifier and Type Method Description AbstractFormatAttribute
DataFormat. getFormatAttribute()
Methods in com.oracle.bmc.dataintegration.model with parameters of type AbstractFormatAttribute Modifier and Type Method Description DataFormat.Builder
DataFormat.Builder. formatAttribute(AbstractFormatAttribute formatAttribute)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type AbstractFormatAttribute Constructor Description DataFormat(AbstractFormatAttribute formatAttribute, DataFormat.Type type, Compression compressionConfig)
Deprecated.
-