Class DiscardSearchResultsCommandSettings
Discards search results from the session with the given id. getSearchResults should no longer
be called for that search.
public sealed class DiscardSearchResultsCommandSettings : ICommand
- Inheritance
-
DiscardSearchResultsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SearchId
Unique search session identifier.
[JsonPropertyName("searchId")]
public string SearchId { get; set; }