LogStorageSettings Class
(Deprecated. Please use LogSettings) Log storage settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
LogStorageSettings
Constructor
LogStorageSettings(*, linked_service_name: _models.LinkedServiceReference, additional_properties: Optional[Dict[str, Any]] = None, path: Optional[Any] = None, log_level: Optional[Any] = None, enable_reliable_logging: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- linked_service_name
- LinkedServiceReference
Required. Log storage linked service reference.
- path
- any
The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- log_level
- any
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable_reliable_logging
- any
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
Feedback
Submit and view feedback for