다음을 통해 공유


HdfsLinkedService.Url Property

Definition

Gets or sets the URL of the HDFS service endpoint, e.g. http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.url")]
public object Url { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.url")>]
member this.Url : obj with get, set
Public Property Url As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to