public enum RowExpirationMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RowExpirationMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum RowExpirationMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RowExpirationMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.Realtime.RowExpirationMethod
Target Platforms: Windows 10, Windows 8.1