PhaseDetails interface
The phase details properties of a database operation.
Properties
| phase | The operation phase. NOTE: This property will not be serialized. It can only be populated by the server. |
| phase |
The operation phase information. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
phase
The operation phase. NOTE: This property will not be serialized. It can only be populated by the server.
phase?: string
Property Value
string
phaseInformation
The operation phase information. NOTE: This property will not be serialized. It can only be populated by the server.
phaseInformation?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}