LogStorageSettings Class

Definition

(Deprecated. Please use LogSettings) Log storage settings.

public class LogStorageSettings
type LogStorageSettings = class
Public Class LogStorageSettings
Inheritance
LogStorageSettings

Constructors

LogStorageSettings()

Initializes a new instance of the LogStorageSettings class.

LogStorageSettings(LinkedServiceReference, IDictionary<String,Object>, Object, Object, Object)

Initializes a new instance of the LogStorageSettings class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

EnableReliableLogging

Gets or sets specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).

LinkedServiceName

Gets or sets log storage linked service reference.

LogLevel

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

Path

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

Methods

Validate()

Validate the object.

Applies to