Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientMovePrimaryReplicaOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientMovePrimaryReplicaOptionalParams

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 nodeName

nodeName: undefined | string

The name of the 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