HdfsLinkedService
Class
Definition
Linked Service for Hadoop Distributed File System (HDFS) data source.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("Hdfs")]
public class HdfsLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| HdfsLinkedService() | |
| HdfsLinkedService(String, String, String) |
Properties
| AuthenticationType |
Required. Type of authentication used to connect to the HDFS. Possible values are: Anonymous, and Windows. |
| EncryptedCredential |
Optional. The encrypted credential for Windows authentication. |
| GatewayName |
Required. The on-premises gateway name. |
| Password |
Optional. Password for Windows authentication. |
| Url |
Required. The URL of the HDFS service endpoint, e.g. "http://myhostname:50070/webhdfs/v1". |
| Username |
Optional. Username for Windows authentication. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |