Document Db Collection Dataset Response
data class DocumentDbCollectionDatasetResponse(val annotations: List<Any>? = null, val collectionName: 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)
Microsoft Azure Document Database Collection dataset.
Constructors
Link copied to clipboard
fun DocumentDbCollectionDatasetResponse(annotations: List<Any>? = null, collectionName: Any, description: String? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, parameters: Map<String, ParameterSpecificationResponse>? = null, schema: Any? = null, structure: Any? = null, type: String)