 | MergeHelper<T>.IsUsingRawRecords Property |
Gets a value indicating whether the last call to the
Merge(IList<RecordInput> , IList<RecordInput> , Int32, IComparer<T> , 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
Syntaxpublic bool IsUsingRawRecords { get; }
Public ReadOnly Property IsUsingRawRecords As Boolean
Get
public:
property bool IsUsingRawRecords {
bool get ();
}
member IsUsingRawRecords : bool with get
Property Value
Type:
Booleantrue if this the last merge operation used raw records; otherwise,
false.
See Also