Uses of Class
com.tencentcloudapi.dlc.v20210125.models.DataFormat
-
Packages that use DataFormat Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of DataFormat in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return DataFormat Modifier and Type Method Description DataFormatTableInfo. getDataFormat()Get 数据表格式。每次入参可选如下其一的KV结构,[TextFile,CSV,Json, Parquet, ORC, AVRD]。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type DataFormat Modifier and Type Method Description voidTableInfo. setDataFormat(DataFormat DataFormat)Set 数据表格式。每次入参可选如下其一的KV结构,[TextFile,CSV,Json, Parquet, ORC, AVRD]。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type DataFormat Constructor Description DataFormat(DataFormat source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-