Class ReadCommandSettings
Read
public sealed class ReadCommandSettings : ICommand
- Inheritance
-
ReadCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Handle
Gets or sets the handle
[JsonPropertyName("handle")]
public string Handle { get; set; }
Property Value
Offset
Gets or sets the offset
[JsonPropertyName("offset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Offset { get; set; }
Property Value
- long?
Size
Gets or sets the size
[JsonPropertyName("size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Size { get; set; }
Property Value
- long?