Interface CfnTransformer.IX12SplitOptionsProperty
Contains options for splitting X12 EDI files into smaller units.
Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTransformer.IX12SplitOptionsProperty
Syntax (vb)
Public Interface CfnTransformer.IX12SplitOptionsProperty
Remarks
This is useful for processing large EDI files more efficiently.
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.B2BI;
var x12SplitOptionsProperty = new X12SplitOptionsProperty {
SplitBy = "splitBy"
};
Synopsis
Properties
| SplitBy | Specifies the method used to split X12 EDI files. |
Properties
SplitBy
Specifies the method used to split X12 EDI files.
string? SplitBy { get; }
Property Value
Remarks
Valid values include TRANSACTION (split by individual transaction sets), or NONE (no splitting).