Avro Dataset Response
data class AvroDatasetResponse(val annotations: List<Any>? = null, val avroCompressionCodec: Any? = null, val avroCompressionLevel: Int? = 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)
Avro dataset.
Constructors
Link copied to clipboard
fun AvroDatasetResponse(annotations: List<Any>? = null, avroCompressionCodec: Any? = null, avroCompressionLevel: Int? = null, description: String? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, location: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, schema: Any? = null, structure: Any? = null, type: String)