SqlAvailabilityReplicaSummary interface
Assessed Sql Availability Replica Summary.
Properties
| number |
Gets the number Of asynchronous non read replicas. |
| number |
Gets the number Of asynchronous read replicas. |
| number |
Gets the number Of primary replicas. |
| number |
Gets the number Of synchronous non read replicas. |
| number |
Gets the number Of synchronous read replicas. |
Property Details
numberOfAsynchronousNonReadReplicas
Gets the number Of asynchronous non read replicas.
numberOfAsynchronousNonReadReplicas?: number
Property Value
number
numberOfAsynchronousReadReplicas
Gets the number Of asynchronous read replicas.
numberOfAsynchronousReadReplicas?: number
Property Value
number
numberOfPrimaryReplicas
Gets the number Of primary replicas.
numberOfPrimaryReplicas?: number
Property Value
number
numberOfSynchronousNonReadReplicas
Gets the number Of synchronous non read replicas.
numberOfSynchronousNonReadReplicas?: number
Property Value
number
numberOfSynchronousReadReplicas
Gets the number Of synchronous read replicas.
numberOfSynchronousReadReplicas?: number
Property Value
number