SlotSwapStatus interface
The status of the last successful slot swap operation.
Properties
destination |
The destination slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The source slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp |
The time the last successful slot swap completed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
destinationSlotName
The destination slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.
destinationSlotName?: string
Property Value
string
sourceSlotName
The source slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.
sourceSlotName?: string
Property Value
string
timestampUtc
The time the last successful slot swap completed. NOTE: This property will not be serialized. It can only be populated by the server.
timestampUtc?: Date
Property Value
Date