Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientGetPartitionBackupListOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientGetPartitionBackupListOptionalParams

Index

Properties

Optional endDateTimeFilter

endDateTimeFilter: Date

Specify the end date time till which to enumerate backups, in datetime format. The date time must be specified in ISO8601 format. This is an optional parameter. If not specified, enumeration is done till the most recent backup.

Optional latest

latest: undefined | false | true

Specifies whether to get only the most recent backup available for a partition for the specified time range. Default value: false.

Optional startDateTimeFilter

startDateTimeFilter: Date

Specify the start date time from which to enumerate backups, in datetime format. The date time must be specified in ISO8601 format. This is an optional parameter. If not specified, all backups from the beginning are enumerated.

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