Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientRestorePartitionOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientRestorePartitionOptionalParams

Index

Properties

Optional restoreTimeout

restoreTimeout: undefined | number

Specifies the maximum amount of time to wait, in minutes, for the restore operation to complete. Post that, the operation returns back with timeout error. However, in certain corner cases it could be that the restore operation goes through even though it completes with timeout. In case of timeout error, its recommended to invoke this operation again with a greater timeout value. the default value for the same is 10 minutes. Default value: 10.

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