Condividi tramite


MoveAuxiliaryResult Class

Definition

Represents move Auxiliary replica result object.

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

Remarks

This class returns currentAuxiliaryNodeName, where auxiliary replica was present before movement, newAuxiliaryNodeName where the SelectedReplica is moved and SelectedPartition information that represents the selected auxiliary replica.

Properties

CurrentAuxiliaryNodeName

Gets current node name for the target auxiliary replica.

NewAuxiliaryNodeName

Gets node name where auxiliary replica will move to.

SelectedPartition

Gets the selected partition.

Methods

ToString()

Formats CurrentAuxiliaryNodeName, NewAuxiliaryNodeName, and SelectedPartition into a string.

Applies to