Package version:

Interface LogLocationSettings

Log location settings.

interface LogLocationSettings {
    linkedServiceName: LinkedServiceReference;
    path?: any;
}

Properties

linkedServiceName: LinkedServiceReference

Log storage linked service reference.

path?: any

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