Class GetSearchResultsCommandSettings
GetSearchResults
public sealed class GetSearchResultsCommandSettings : ICommand- Inheritance
- 
      
      GetSearchResultsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
FromIndex
Gets or sets the fromIndex
[JsonPropertyName("fromIndex")]
public long FromIndex { get; set; }Property Value
SearchId
Gets or sets the searchId
[JsonPropertyName("searchId")]
public string SearchId { get; set; }Property Value
ToIndex
Gets or sets the toIndex
[JsonPropertyName("toIndex")]
public long ToIndex { get; set; }