Click or drag to resize

TransferContextLogLevel Property

Gets or sets the logging level to be used for the related transfer operation.

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public LogLevel LogLevel { get; set; }

Property Value

Type: LogLevel
A value of type LogLevel that specifies which events are logged for the related transfer operation.
See Also