Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientBackupPartitionOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientBackupPartitionOptionalParams

Index

Properties

Optional backupPartitionDescription

backupPartitionDescription: BackupPartitionDescription

Describes the parameters to backup the partition now. If not present, backup operation uses default parameters from the backup policy current associated with this partition.

Optional backupTimeout

backupTimeout: undefined | number

Specifies the maximum amount of time, in minutes, to wait for the backup operation to complete. Post that, the operation completes with timeout error. However, in certain corner cases it could be that though the operation returns back timeout, the backup actually goes through. 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