OBJECT

AzureNativeSqlDatabasePointInTimeRestoreWindow

Description

The Point-in-Time (PiT) restore window of the Azure SQL Database. Database could be Azure SQL Managed Instance Database or Azure SQL Server Database.

link GraphQL Schema definition

  • type AzureNativeSqlDatabasePointInTimeRestoreWindow {
  • # The earliest time to which database can be restored.
  • earliestTime: DateTime
  • # The latest time to which database can be restored.
  • latestTime: DateTime
  • }

link Require by