Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupFilter

Package version

interface

An interface representing BackupFilter. The OData filters to be used for backups.

Hierarchy

  • BackupFilter

Index

Properties

Optional backupPolicyId

backupPolicyId: undefined | string
member

{string} [backupPolicyId] Specifies the backupPolicyId of the backups to be filtered. Only 'Equality' operator is supported for this property.

Optional createdTime

createdTime: Date
member

{Date} [createdTime] Specifies the creation time of the backups to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property.

Optional volumeId

volumeId: undefined | string
member

{string} [volumeId] Specifies the volumeId of the backups to be filtered. Only 'Equality' operator is supported for this property.

Generated using TypeDoc