mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-30 14:22:05 +00:00
Added Copy Job prerequisites screen
This commit is contained in:
10
src/Explorer/ContainerCopy/Enums/index.ts
Normal file
10
src/Explorer/ContainerCopy/Enums/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export enum CopyJobMigrationType {
|
||||
Offline = "offline",
|
||||
Online = "online",
|
||||
}
|
||||
|
||||
export enum CopyJobMigrationStatus {
|
||||
Pause = "Pause",
|
||||
Resume = "Resume",
|
||||
Cancel = "Cancel",
|
||||
}
|
||||
Reference in New Issue
Block a user