ConnectorTypeWEBDAV
class connector_types.connector_type_webdav.ConnectorTypeWEBDAV(execution, workspace, inputs, cancel_event)
Base class: FileLiveOutputMixin
Parameters
| Name | Type | Description |
|---|---|---|
| cancel_event | Event | |
| execution | dict | |
| inputs | dict | |
| workspace |
Input Schema
-
schema_version = '10.0'Type:
string -
authenticationType:
anyOfOptions: -
schemeThe scheme to use.
Type:
anyOfOptions: -
hostThe remote hostname or IP address.
Type:
string -
portType:
anyOfOptions: -
pathThe path of the WebDAV server.
Type:
stringDefault:
/ -
queryWill be urlencoded automatically
Type:
arrayItems: -
fragmentThe fragment of the URI.
Type:
string -
tlsIf to connect using TLS/SSL.
Type:
anyOfOptions: -
modeType:
anyOfOptions: -
timeoutTotal timeout for the request in seconds.
Type:
integerDefault:
30 -
proxyUse a proxy to connect to the server.
Type:
objectProperties:Additional Properties:
False -
live_outputStream transfer progress to output_value and log progress while the connection is running.
Type:
booleanDefault:
True -
live_output_progress_interval_bytesLog and patch output_value progress after this many bytes transferred.
Type:
integerDefault:
4194304