RestResourceDataset |
RestResourceDataset.withAdditionalHeaders(Object additionalHeaders) |
Set the additionalHeaders property: The additional HTTP headers in the request to the RESTful API.
|
RestResourceDataset |
RestResourceDataset.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the Dataset.
|
RestResourceDataset |
RestResourceDataset.withDescription(String description) |
Set the description property: Dataset description.
|
RestResourceDataset |
RestResourceDataset.withFolder(DatasetFolder folder) |
Set the folder property: The folder that this Dataset is in.
|
RestResourceDataset |
RestResourceDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
RestResourceDataset |
RestResourceDataset.withPaginationRules(Object paginationRules) |
Set the paginationRules property: The pagination rules to compose next page requests.
|
RestResourceDataset |
RestResourceDataset.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for dataset.
|
RestResourceDataset |
RestResourceDataset.withRelativeUrl(Object relativeUrl) |
Set the relativeUrl property: The relative URL to the resource that the RESTful API provides.
|
RestResourceDataset |
RestResourceDataset.withRequestBody(Object requestBody) |
Set the requestBody property: The HTTP request body to the RESTful API if requestMethod is POST.
|
RestResourceDataset |
RestResourceDataset.withRequestMethod(Object requestMethod) |
Set the requestMethod property: The HTTP method used to call the RESTful API.
|
RestResourceDataset |
RestResourceDataset.withSchema(Object schema) |
Set the schema property: Columns that define the physical type schema of the dataset.
|
RestResourceDataset |
RestResourceDataset.withStructure(Object structure) |
Set the structure property: Columns that define the structure of the dataset.
|