ArcGIS Pro 2.7 API Reference Guide
RealtimeRowSource Enumeration

ArcGIS.Core.Data.Realtime Namespace : RealtimeRowSource Enumeration
Specifies the type of a RealtimeRow.
Syntax
Members
MemberDescription
EventDeleteThe RealtimeRow was created as a result of a Delete event.
EventInsertThe RealtimeRow was created as a result of an Insert event.
PreExistingThe RealtimeRow represents a database row that already existed when the query operation was executed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.Realtime.RealtimeRowSource

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.Realtime Namespace