RestoreParametersResponse

data class RestoreParametersResponse(val databasesToRestore: List<DatabaseRestoreResourceResponse>? = null, val gremlinDatabasesToRestore: List<GremlinDatabaseRestoreResourceResponse>? = null, val restoreMode: String? = null, val restoreSource: String? = null, val restoreTimestampInUtc: String? = null, val tablesToRestore: List<String>? = null)

Parameters to indicate the information about the restore.

Constructors

Link copied to clipboard
constructor(databasesToRestore: List<DatabaseRestoreResourceResponse>? = null, gremlinDatabasesToRestore: List<GremlinDatabaseRestoreResourceResponse>? = null, restoreMode: String? = null, restoreSource: String? = null, restoreTimestampInUtc: String? = null, tablesToRestore: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of specific databases available for restore.

Link copied to clipboard

List of specific gremlin databases available for restore.

Link copied to clipboard
val restoreMode: String? = null

Describes the mode of the restore.

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

List of specific tables available for restore.