RestoreParametersBase interface
Parameters to indicate the information about the restore.
Properties
restore |
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} |
restore |
Time to which the account has to be restored (ISO-8601 format). |
restore |
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore. |
Property Details
restoreSource
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}
restoreSource?: string
Property Value
string
restoreTimestampInUtc
Time to which the account has to be restored (ISO-8601 format).
restoreTimestampInUtc?: Date
Property Value
Date
restoreWithTtlDisabled
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.
restoreWithTtlDisabled?: boolean
Property Value
boolean