Rest Resource Dataset Response
data class RestResourceDatasetResponse(val additionalHeaders: Map<String, Any>? = null, val annotations: List<Any>? = null, val description: String? = null, val folder: DatasetResponseFolder? = null, val linkedServiceName: LinkedServiceReferenceResponse, val paginationRules: Map<String, Any>? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val relativeUrl: Any? = null, val requestBody: Any? = null, val requestMethod: Any? = null, val schema: Any? = null, val structure: Any? = null, val type: String)
A Rest service dataset.
Constructors
Link copied to clipboard
constructor(additionalHeaders: Map<String, Any>? = null, annotations: List<Any>? = null, description: String? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, paginationRules: Map<String, Any>? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, relativeUrl: Any? = null, requestBody: Any? = null, requestMethod: Any? = null, schema: Any? = null, structure: Any? = null, type: String)
Properties
Link copied to clipboard
The additional HTTP headers in the request to the RESTful API.
Link copied to clipboard
List of tags that can be used for describing the Dataset.
Link copied to clipboard
Dataset description.
Link copied to clipboard
The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
Link copied to clipboard
Linked service reference.
Link copied to clipboard
The pagination rules to compose next page requests.
Link copied to clipboard
Parameters for dataset.
Link copied to clipboard
The relative URL to the resource that the RESTful API provides. Type: string (or Expression with resultType string).
Link copied to clipboard
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
Link copied to clipboard
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).