Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestoreParameters

Package version

Parameters to indicate the information about the restore.

Hierarchy

  • RestoreParameters

Index

Properties

Optional databasesToRestore

databasesToRestore: DatabaseRestoreResource[]

List of specific databases available for restore.

Optional gremlinDatabasesToRestore

gremlinDatabasesToRestore: GremlinDatabaseRestoreResource[]

List of specific gremlin databases available for restore.

Optional restoreMode

restoreMode: RestoreMode

Describes the mode of the restore.

Optional restoreSource

restoreSource: undefined | string

The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}

Optional restoreTimestampInUtc

restoreTimestampInUtc: Date

Time to which the account has to be restored (ISO-8601 format).

Optional tablesToRestore

tablesToRestore: string[]

List of specific tables available for restore.

Generated using TypeDoc