Class GetEncodedResponseCommandResponse
Response for GetEncodedResponse
public sealed class GetEncodedResponseCommandResponse : ICommandResponse<GetEncodedResponseCommandSettings>, ICommandResponse
- Inheritance
-
GetEncodedResponseCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Body
Gets or sets the body
[JsonPropertyName("body")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Body { get; set; }
Property Value
EncodedSize
Gets or sets the encodedSize
[JsonPropertyName("encodedSize")]
public long EncodedSize { get; set; }
Property Value
OriginalSize
Gets or sets the originalSize
[JsonPropertyName("originalSize")]
public long OriginalSize { get; set; }