LoadParameters Class
Parameters required for content load.
All required parameters must be populated in order to send to server.
Constructor
LoadParameters(*, content_paths: List[str], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
content_paths
|
The path to the content to be loaded. Path should be a relative file URL of the origin. Required. |
Variables
Name | Description |
---|---|
content_paths
|
The path to the content to be loaded. Path should be a relative file URL of the origin. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python