Freigeben über


KernelSearchResults<T>.TotalCount Property

Definition

The total count of results found by the search operation, or null if the count was not requested or cannot be computed.

public long? TotalCount { get; }
member this.TotalCount : Nullable<int64>
Public ReadOnly Property TotalCount As Nullable(Of Long)

Property Value

Remarks

This value represents the total number of results that are available for the current query and not the number of results being returned.

Applies to