Parquet Dataset Response
data class ParquetDatasetResponse(val annotations: List<Any>? = null, val compressionCodec: Any? = null, val description: String? = null, val folder: DatasetResponseFolder? = null, val linkedServiceName: LinkedServiceReferenceResponse, val location: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val schema: Any? = null, val structure: Any? = null, val type: String)
Parquet dataset.
Constructors
Link copied to clipboard
fun ParquetDatasetResponse(annotations: List<Any>? = null, compressionCodec: Any? = null, description: String? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, location: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, schema: Any? = null, structure: Any? = null, type: String)