Class PerformSearchResult
public sealed record PerformSearchResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<PerformSearchResult>
- Inheritance
-
EmptyResultPerformSearchResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
PerformSearchResult(string, long)
public PerformSearchResult(string SearchId, long ResultCount)
Parameters
Properties
ResultCount
Number of search results.
public long ResultCount { get; init; }
Property Value
SearchId
Unique search session identifier.
public string SearchId { get; init; }