Uses of Class
com.azure.resourcemanager.datafactory.models.HttpDataset
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HttpDataset in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHttpDataset.withAdditionalHeaders
(Object additionalHeaders) Set the additionalHeaders property: The headers for the HTTP Request.HttpDataset.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.HttpDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used on files.HttpDataset.withDescription
(String description) Set the description property: Dataset description.HttpDataset.withFolder
(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.HttpDataset.withFormat
(DatasetStorageFormat format) Set the format property: The format of files.HttpDataset.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.HttpDataset.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.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.withRequestBody
(Object requestBody) Set the requestBody property: The body for the HTTP request.HttpDataset.withRequestMethod
(Object requestMethod) Set the requestMethod property: The HTTP method for the HTTP request.HttpDataset.withSchema
(Object schema) Set the schema property: Columns that define the physical type schema of the dataset.HttpDataset.withStructure
(Object structure) Set the structure property: Columns that define the structure of the dataset.