LogStorageSettings Class

(Deprecated. Please use LogSettings) Log storage settings.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
LogStorageSettings

Constructor

LogStorageSettings(*, linked_service_name: _models.LinkedServiceReference, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, path: MutableMapping[str, Any] | None = None, log_level: MutableMapping[str, Any] | None = None, enable_reliable_logging: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

linked_service_name

Log storage linked service reference. Required.

path
<xref:JSON>

The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).

log_level
<xref:JSON>

Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).

enable_reliable_logging
<xref:JSON>

Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

linked_service_name

Log storage linked service reference. Required.

path
<xref:JSON>

The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).

log_level
<xref:JSON>

Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).

enable_reliable_logging
<xref:JSON>

Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).