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