HttpServerLocation Class
The location of http server.
Constructor
HttpServerLocation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
folder_path
|
Specify the folder path of dataset. Type: string (or Expression with resultType string). |
|
file_name
|
Specify the file name of dataset. Type: string (or Expression with resultType string). |
|
relative_url
|
Specify the relativeUrl of http server. Type: string (or Expression with resultType string). |
|
type
|
Type of dataset storage location. Required. Default value is "HttpServerLocation". |
Attributes
relative_url
string (or Expression with resultType string).
relative_url: Any | None
type
Type of dataset storage location. Required. Default value is "HttpServerLocation".
type: Literal['HttpServerLocation']