ResourceRestoreParametersResponse

data class ResourceRestoreParametersResponse(val restoreSource: String? = null, val restoreTimestampInUtc: String? = null, val restoreWithTtlDisabled: Boolean? = null)

Parameters to indicate the information about the restore.

Constructors

Link copied to clipboard
constructor(restoreSource: String? = null, restoreTimestampInUtc: String? = null, restoreWithTtlDisabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val restoreSource: String? = null

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.