Json Dataset Response
data class JsonDatasetResponse(val annotations: List<Any>? = null, val compression: DatasetCompressionResponse? = null, val description: String? = null, val encodingName: Any? = 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)
Json dataset.
Constructors
Link copied to clipboard
fun JsonDatasetResponse(annotations: List<Any>? = null, compression: DatasetCompressionResponse? = null, description: String? = null, encodingName: Any? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, location: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, schema: Any? = null, structure: Any? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string).
Link copied to clipboard
Link copied to clipboard