AFDataPipeRangeDeletedEvent Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
A data pipe event used to represent removal of a range of data.

Inheritance Hierarchy
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public class AFDataPipeRangeDeletedEvent : AFDataPipeEvent
Public Class AFDataPipeRangeDeletedEvent Inherits AFDataPipeEvent Dim instance As AFDataPipeRangeDeletedEvent
public ref class AFDataPipeRangeDeletedEvent : public AFDataPipeEvent
type AFDataPipeRangeDeletedEvent = class inherit AFDataPipeEvent end
The AFDataPipeRangeDeletedEvent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFDataPipeRangeDeletedEvent |
Construct a new data pipe event indicating that a range of data was removed.
|
Properties
| Name | Description | |
|---|---|---|
| Action |
Gets an action that specifies how the data changed.
(Inherited from AFDataPipeEvent.) | |
| EndTime |
The end of the time range where data has been removed.
| |
| PreviousEventAction |
Information about the previous data pipe event
(Inherited from AFDataPipeEvent.) | |
| SpecificUpdatedValue |
Additional information about the update event.
(Inherited from AFDataPipeEvent.) | |
| StartTime |
The beginning of the time range where data has been removed.
| |
| Value |
The AFValue associated with the data change event.
(Inherited from AFDataPipeEvent.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents the current object.
(Inherited from AFDataPipeEvent.) |
Remarks
Some AFDataPipe data sources (including PIPoint objects and AFAttribute objects configured with a PI Point data reference)
will send a AFDataPipeRangeDeletedEvent instance to provide the time range that has been removed.
Note that a Refresh action is sent so clients handling only single event changes will know to purge their cache.