SsisLogLocation Class

Definition

SSIS package execution log location.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisLogLocation+SsisLogLocationConverter))]
public class SsisLogLocation
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisLogLocation+SsisLogLocationConverter))>]
type SsisLogLocation = class
Public Class SsisLogLocation
Inheritance
SsisLogLocation
Attributes

Constructors

SsisLogLocation(Object, SsisLogLocationType)

Initializes a new instance of SsisLogLocation.

Properties

AccessCredential

The package execution log access credential.

LogPath

The SSIS package execution log path. Type: string (or Expression with resultType string).

LogRefreshInterval

Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Type

The type of SSIS log location.

Applies to