HttpServerLocation Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DatasetLocation - com.
azure. analytics. synapse. artifacts. models. HttpServerLocation
- com.
- com.
public final class HttpServerLocation
extends DatasetLocation
The location of http server.
Constructor Summary
| Constructor | Description |
|---|---|
| HttpServerLocation() |
Creates an instance of Http |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Http |
fromJson(JsonReader jsonReader)
Reads an instance of Http |
| Object |
getRelativeUrl()
Get the relative |
| String |
getType()
Get the type property: Type of dataset storage location. |
|
Http |
setFileName(Object fileName)
Set the file |
|
Http |
setFolderPath(Object folderPath)
Set the folder |
|
Http |
setRelativeUrl(Object relativeUrl)
Set the relative |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from DatasetLocation
Methods inherited from java.lang.Object
Constructor Details
HttpServerLocation
public HttpServerLocation()
Creates an instance of HttpServerLocation class.
Method Details
fromJson
public static HttpServerLocation fromJson(JsonReader jsonReader)
Reads an instance of HttpServerLocation from the JsonReader.
Parameters:
Returns:
Throws:
getRelativeUrl
public Object getRelativeUrl()
Get the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).
Returns:
getType
public String getType()
Get the type property: Type of dataset storage location.
Overrides:
HttpServerLocation.getType()Returns:
setFileName
public HttpServerLocation setFileName(Object fileName)
Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
Overrides:
HttpServerLocation.setFileName(Object fileName)Parameters:
setFolderPath
public HttpServerLocation setFolderPath(Object folderPath)
Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
Overrides:
HttpServerLocation.setFolderPath(Object folderPath)Parameters:
setRelativeUrl
public HttpServerLocation setRelativeUrl(Object relativeUrl)
Set the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
HttpServerLocation.toJson(JsonWriter jsonWriter)Parameters:
Throws: