MovePrimaryResult Class

Definition

Represents a move primary replica result object.

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

Remarks

This class returns the nodeName and SelectedPartition information for which move primary replica action was called.

Properties

Name Description
NodeName

Gets node name.

SelectedPartition

Gets the selected partition.

Methods

Name Description
ToString()

Formats NodeName and SelectedPartition into a string.

Applies to