RestoredLogs interface
Restore parameters.
Properties
azure |
Search results table async operation id. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
The timestamp to end the restore by (UTC). |
source |
The table to restore data from. |
start |
The timestamp to start the restore from (UTC). |
Property Details
azureAsyncOperationId
Search results table async operation id. NOTE: This property will not be serialized. It can only be populated by the server.
azureAsyncOperationId?: string
Property Value
string
endRestoreTime
The timestamp to end the restore by (UTC).
endRestoreTime?: Date
Property Value
Date
sourceTable
The table to restore data from.
sourceTable?: string
Property Value
string
startRestoreTime
The timestamp to start the restore from (UTC).
startRestoreTime?: Date
Property Value
Date