ResourcePropertyChange interface
The resource property change
Properties
after |
The property value in after snapshot |
before |
The property value in before snapshot |
change |
The change category. Possible values include: 'User', 'System' |
property |
The property change Type. Possible values include: 'Insert', 'Update', 'Remove' |
property |
The property name |
Property Details
afterValue
The property value in after snapshot
afterValue?: string
Property Value
string
beforeValue
The property value in before snapshot
beforeValue?: string
Property Value
string
changeCategory
The change category. Possible values include: 'User', 'System'
changeCategory: ChangeCategory
Property Value
propertyChangeType
The property change Type. Possible values include: 'Insert', 'Update', 'Remove'
propertyChangeType: PropertyChangeType
Property Value
propertyName
The property name
propertyName: string
Property Value
string