Package version:

Interface VolumeRelocationProperties

Volume relocation properties

interface VolumeRelocationProperties {
    readyToBeFinalized?: boolean;
    relocationRequested?: boolean;
}

Properties

readyToBeFinalized?: boolean

Has relocation finished and is ready to be cleaned up NOTE: This property will not be serialized. It can only be populated by the server.

relocationRequested?: boolean

Has relocation been requested for this volume