SlotSwapStatus interface

The status of the last successful slot swap operation.

Properties

destinationSlotName

The destination slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.

sourceSlotName

The source slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.

timestampUtc

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