MaxSizeRangeCapability interface
The maximum size range capability.
Properties
log |
Size of transaction log. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
Maximum value. NOTE: This property will not be serialized. It can only be populated by the server. |
min |
Minimum value. NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason for the capability not being available. |
scale |
Scale/step size for discrete values between the minimum value and the maximum value. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
logSize
Size of transaction log. NOTE: This property will not be serialized. It can only be populated by the server.
logSize?: LogSizeCapability
Property Value
maxValue
Maximum value. NOTE: This property will not be serialized. It can only be populated by the server.
maxValue?: MaxSizeCapability
Property Value
minValue
Minimum value. NOTE: This property will not be serialized. It can only be populated by the server.
minValue?: MaxSizeCapability
Property Value
reason
The reason for the capability not being available.
reason?: string
Property Value
string
scaleSize
Scale/step size for discrete values between the minimum value and the maximum value. NOTE: This property will not be serialized. It can only be populated by the server.
scaleSize?: MaxSizeCapability
Property Value
status
The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.
status?: CapabilityStatus