Mongo Db V2Collection Dataset Response
data class MongoDbV2CollectionDatasetResponse(val annotations: List<Any>? = null, val collection: Any, val description: String? = null, val folder: DatasetResponseFolder? = null, val linkedServiceName: LinkedServiceReferenceResponse, val parameters: Map<String, ParameterSpecificationResponse>? = null, val schema: Any? = null, val structure: Any? = null, val type: String)
The MongoDB database dataset.
Constructors
Link copied to clipboard
fun MongoDbV2CollectionDatasetResponse(annotations: List<Any>? = null, collection: Any, description: String? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, parameters: Map<String, ParameterSpecificationResponse>? = null, schema: Any? = null, structure: Any? = null, type: String)