Class ReplaySnapshotCommandSettings
ReplaySnapshot
public sealed class ReplaySnapshotCommandSettings : ICommand
- Inheritance
-
ReplaySnapshotCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FromStep
Gets or sets the fromStep
[JsonPropertyName("fromStep")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? FromStep { get; set; }
Property Value
- long?
Scale
Gets or sets the scale
[JsonPropertyName("scale")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Scale { get; set; }
Property Value
SnapshotId
Gets or sets the snapshotId
[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }
Property Value
ToStep
Gets or sets the toStep
[JsonPropertyName("toStep")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ToStep { get; set; }
Property Value
- long?