LogStorageSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(Deprecated. Please use LogSettings) Log storage settings.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LogStorageSettings+LogStorageSettingsConverter))]
public class LogStorageSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LogStorageSettings+LogStorageSettingsConverter))>]
type LogStorageSettings = class
Public Class LogStorageSettings
- Inheritance
-
LogStorageSettings
- Attributes
Constructors
| Name | Description |
|---|---|
| LogStorageSettings(LinkedServiceReference) |
Initializes a new instance of LogStorageSettings. |
Properties
| Name | Description |
|---|---|
| AdditionalProperties |
Additional Properties. |
| EnableReliableLogging |
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
| LinkedServiceName |
Log storage linked service reference. |
| LogLevel |
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
| Path |
The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string). |