Click or drag to resize

ValSortRecord Properties

The ValSortRecord type exposes the following members.

Properties
  NameDescription
Public propertyChecksum
Gets or sets the infinite-precision sum of the CRC32 checksums of all the records in the input range.
Public propertyDuplicates
Gets or sets the number of duplicate keys in the range. Only valid if the range is completely sorted.
Public propertyFirstKey
Gets or sets the first key in the input range.
Public propertyFirstUnsorted
Gets or sets the number of the first unsorted record in the input range.
Public propertyInputId
Gets or sets a string that identifies the fragments of the input that this record represents. These IDs together with InputOffset must sort according to the order of the input fragments.
Public propertyInputOffset
Gets or sets the input offset.
Public propertyLastKey
Gets or sets the last key in the input range.
Public propertyRecords
Gets or sets the number of records in the input range.
Public propertyUnsortedRecords
Gets or sets the number of unsorted records in the range.
Top
See Also