类 InputSerialization
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.InputSerialization
Input serialization format
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) voidappendToXml(OBSXMLBuilder xmlBuilder) Formats the input settings into the XML requestwithCompressionType(CompressionType compressionType) Compression type of the input fileDeclares the input serialization format as CSVDeclares the input serialization format as JSONDeclares the input serialization format as ORCwithParquet(ParquetInput parquetInput) Declares the input serialization format as Parquet从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
charToString
-
字段详细资料
-
compressionType
-
input
-
-
构造器详细资料
-
InputSerialization
public InputSerialization()
-
-
方法详细资料
-
withCompressionType
Compression type of the input file- 参数:
compressionType- Compression type format, default is NONE- 返回:
- Self
-
withCsv
Declares the input serialization format as CSV- 参数:
csvInput- Serialization format for a CSV input file- 返回:
- Self
-
withJson
Declares the input serialization format as JSON- 参数:
jsonInput- Serialization format for a JSON input file- 返回:
- Self
-
withOrc
Declares the input serialization format as ORC- 参数:
orcInput- Serialization format for an ORC input file- 返回:
- Self
-
withParquet
Declares the input serialization format as Parquet- 参数:
parquetInput- Serialization format for a Parquet input file- 返回:
- Self
-
appendToXml
Formats the input settings into the XML request- 指定者:
appendToXml在类中XmlSerialization- 参数:
xmlBuilder- The xml serializer
-