HttpDataset
Class
Definition
A file from an HTTP web server.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("Http")]
public class HttpDataset : Microsoft.Azure.Management.DataFactories.Models.DatasetTypeProperties
- Inheritance
- Attributes
Constructors
| HttpDataset() |
Initializes a new instance of the HttpDataset class with required arguments. |
Properties
| AdditionalHeaders |
The headers of the HTTP Request. For example: "header-name1: header-value1 CRLF header-name2: header-value2 CRLF ...". |
| Compression |
The data compression method used on files. |
| Format |
The format of the file. |
| PartitionedBy |
The partitions to be used by the path. |
| RelativeUrl |
The relative URL based on the URL in the HttpLinkedService, which refers to an HTTP file. |
| RequestBody |
The body of the HTTP request. |
| RequestMethod |
The HTTP method for the HTTP request. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |