RestoredLogsResponse

data class RestoredLogsResponse(val azureAsyncOperationId: String, val endRestoreTime: String? = null, val sourceTable: String? = null, val startRestoreTime: String? = null)

Restore parameters.

Constructors

Link copied to clipboard
constructor(azureAsyncOperationId: String, endRestoreTime: String? = null, sourceTable: String? = null, startRestoreTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Search results table async operation id.

Link copied to clipboard
val endRestoreTime: String? = null

The timestamp to end the restore by (UTC).

Link copied to clipboard
val sourceTable: String? = null

The table to restore data from.

Link copied to clipboard

The timestamp to start the restore from (UTC).