Aracılığıyla paylaş


MoveSecondaryResult Class

Definition

Represents move secondary replica result object.

[System.Serializable]
public class MoveSecondaryResult
[<System.Serializable>]
type MoveSecondaryResult = class
Public Class MoveSecondaryResult
Inheritance
MoveSecondaryResult
Attributes

Remarks

This class returns currentSecondaryNodeName, where secondary replica was present before movement, newSecondaryNodeName where the SelectedReplica is moved and SelectedPartition information that represents the selected secondary replica.

Properties

CurrentSecondaryNodeName

Gets current node name for the target secondary replica.

NewSecondaryNodeName

Gets node name where secondary replica will move to.

SelectedPartition

Gets the selected partition.

Methods

ToString()

Formats CurrentSecondaryNodeName, NewSecondaryNodeName, and SelectedPartition into a string.

Applies to