| MergeHelperTIsUsingRawRecords Property |
Gets a value indicating whether the last call to the
Merge(IListRecordInput, IListRecordInput, Int32, IComparerT, Boolean, Boolean, String, String, CompressionType, Int32, Boolean) method
used raw records.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public bool IsUsingRawRecords { get; }
Public ReadOnly Property IsUsingRawRecords As Boolean
Get
public:
property bool IsUsingRawRecords {
bool get ();
}
member IsUsingRawRecords : bool with get
Property Value
Type:
Boolean if this the last merge operation used raw records; otherwise,
.
See Also