Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientMoveSecondaryReplicaOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientMoveSecondaryReplicaOptionalParams

Index

Properties

Optional ignoreConstraints

ignoreConstraints: undefined | false | true

Ignore constraints when moving a replica. If this parameter is not specified, all constraints are honored. Default value: false.

Optional newNodeName

newNodeName: undefined | string

The name of the target node for secondary replica move. If not specified, replica is moved to a random node.

Optional timeoutParameter

timeoutParameter: undefined | number

The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. Default value: 60.

Generated using TypeDoc