Interface CfnTask.ITransferredProperty
The reporting level for the transferred section of your DataSync task report.
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITransferredProperty
Syntax (vb)
Public Interface ITransferredProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;
var transferredProperty = new TransferredProperty {
ReportLevel = "reportLevel"
};
Synopsis
Properties
Report |
Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't. |
Properties
ReportLevel
Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't.
virtual string ReportLevel { get; }
Property Value
System.