Account Restore
data class AccountRestore(val databases: List<AccountRestoreDatabase>? = null, val gremlinDatabases: List<AccountRestoreGremlinDatabase>? = null, val restoreTimestampInUtc: String, val sourceCosmosdbAccountId: String, val tablesToRestores: List<String>? = null)
Constructors
Link copied to clipboard
fun AccountRestore(databases: List<AccountRestoreDatabase>? = null, gremlinDatabases: List<AccountRestoreGremlinDatabase>? = null, restoreTimestampInUtc: String, sourceCosmosdbAccountId: String, tablesToRestores: List<String>? = null)
Types
Properties
Link copied to clipboard
The resource ID of the restorable database account from which the restore has to be initiated. The example is /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
. Changing this forces a new resource to be created.