ArcGIS Pro 2.8 API Reference Guide
RowExpirationMethod Enumeration

ArcGIS.Core.Data.Realtime Namespace : RowExpirationMethod Enumeration
Specifies the row expiration method.
Syntax
Members
MemberDescription
MaxAge

Rows will be automatically deleted when their age in the table becomes older than the limit.

If the RealtimeTable has a TrackID field (see RealtimeTableDefinition.HasTrackIDField), then this expiration method is applied per track without limiting the number of tracks that can exist in the table.

MaxCount

Whenever the maximum row count is reached, the oldest rows will be deleted in the order they arrived until the number of rows in the table is less than or equal than the maximum count.

If the RealtimeTable has a TrackID field (see RealtimeTableDefinition.HasTrackIDField), then this expiration method is applied per track without limiting the number of tracks that can exist in the table.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.Realtime Namespace