Class RestResourceDataset
A Rest service dataset.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RestResourceDataset/RestResourceDatasetConverter))]
public class RestResourceDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
RestResourceDataset(LinkedServiceReference)
Initializes a new instance of RestResourceDataset.
Declaration
public RestResourceDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
Exceptions
|
System.ArgumentNullException
|
Properties
AdditionalHeaders
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
Declaration
public object AdditionalHeaders { get; set; }
Property Value
|
System.Object
|
PaginationRules
The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
Declaration
public object PaginationRules { get; set; }
Property Value
|
System.Object
|
RelativeUrl
The relative URL to the resource that the RESTful API provides. Type: string (or Expression with resultType string).
Declaration
public object RelativeUrl { get; set; }
Property Value
|
System.Object
|
RequestBody
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
Declaration
public object RequestBody { get; set; }
Property Value
|
System.Object
|
RequestMethod
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
Declaration
public object RequestMethod { get; set; }
Property Value
|
System.Object
|