ArcGIS Pro 2.6 API Reference Guide
FeatureExpirationMethod Enumeration

ArcGIS.Core.CIM Namespace : FeatureExpirationMethod Enumeration
Stream service feature expiration method.
Syntax
public enum FeatureExpirationMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum FeatureExpirationMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
MaximumFeatureAge Features will expire after the specified time since the beginning of their lifetime.
MaximumFeatureCount The oldest features will expire after a threshold number of features has been reached.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.FeatureExpirationMethod

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace