Class GetEncodedResponseCommandSettings
GetEncodedResponse
public sealed class GetEncodedResponseCommandSettings : ICommand
- Inheritance
-
GetEncodedResponseCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Encoding
Gets or sets the encoding
[JsonPropertyName("encoding")]
public string Encoding { get; set; }
Property Value
Quality
Gets or sets the quality
[JsonPropertyName("quality")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Quality { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
SizeOnly
Gets or sets the sizeOnly
[JsonPropertyName("sizeOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? SizeOnly { get; set; }
Property Value
- bool?