HttpDataset |
HttpDataset.withAdditionalHeaders(Object additionalHeaders) |
Set the additionalHeaders property: The headers for the HTTP Request.
|
HttpDataset |
HttpDataset.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the Dataset.
|
HttpDataset |
HttpDataset.withCompression(DatasetCompression compression) |
Set the compression property: The data compression method used on files.
|
HttpDataset |
HttpDataset.withDescription(String description) |
Set the description property: Dataset description.
|
HttpDataset |
HttpDataset.withFolder(DatasetFolder folder) |
Set the folder property: The folder that this Dataset is in.
|
HttpDataset |
HttpDataset.withFormat(DatasetStorageFormat format) |
Set the format property: The format of files.
|
HttpDataset |
HttpDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
HttpDataset |
HttpDataset.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for dataset.
|
HttpDataset |
HttpDataset.withRelativeUrl(Object relativeUrl) |
Set the relativeUrl property: The relative URL based on the URL in the HttpLinkedService refers to an HTTP file
Type: string (or Expression with resultType string).
|
HttpDataset |
HttpDataset.withRequestBody(Object requestBody) |
Set the requestBody property: The body for the HTTP request.
|
HttpDataset |
HttpDataset.withRequestMethod(Object requestMethod) |
Set the requestMethod property: The HTTP method for the HTTP request.
|
HttpDataset |
HttpDataset.withSchema(Object schema) |
Set the schema property: Columns that define the physical type schema of the dataset.
|
HttpDataset |
HttpDataset.withStructure(Object structure) |
Set the structure property: Columns that define the structure of the dataset.
|