Resource Restore Parameters Response
data class ResourceRestoreParametersResponse(val restoreSource: String? = null, val restoreTimestampInUtc: String? = null, val restoreWithTtlDisabled: Boolean? = null)
Parameters to indicate the information about the restore.
Properties
Link copied to clipboard
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}
Link copied to clipboard
Time to which the account has to be restored (ISO-8601 format).
Link copied to clipboard
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.