Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogStorageSettings

Package version

(Deprecated. Please use LogSettings) Log storage settings.

Hierarchy

  • LogStorageSettings

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional enableReliableLogging

enableReliableLogging: any

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

linkedServiceName

linkedServiceName: LinkedServiceReference

Log storage linked service reference.

Optional logLevel

logLevel: any

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

Optional path

path: any

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

Generated using TypeDoc