ArcGIS Pro 2.6 API Reference Guide
RealtimeTable Class Members
Properties  Methods 


ArcGIS.Core.Data.Realtime Namespace : RealtimeTable Class

The following tables list the members exposed by RealtimeTable.

Public Properties
 NameDescription
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public PropertyGets the ArcGIS.Core.Data.DatasetType of this derived dataset. (Inherited from ArcGIS.Core.Data.Table)
Top
Public Methods
 NameDescription
Public Method Performs common statistics functions on one or more fields in this table or feature class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodCreates an ArcGIS.Core.Data.InsertCursor instance in memory. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public Method Creates a new row in the table with a system assigned object ID. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Data.Table)
Public Method Deletes the rows in the database selected by the specified query. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public Method (Inherited from ArcGIS.Core.Data.Table)
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Gets the archive table associated with this table or feature class if it is archived-enabled. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodGets a IReadOnlyList of controller datasets of a specific ArcGIS.Core.Data.Dataset type that this table or feature class participates in. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Data.Table)
Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the RealtimeTableDefinition of this dataset. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the expiration maximum age for rows. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the expiration maximum row count. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the expiration method currently being used for this table. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the filter that is set to this table. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the ID associated with this table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodGets the ArcGIS.Core.Data.Join object from which this joined table was created. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
Public MethodGets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
Public Method Gets the streaming connection state. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets a value indicating whether this table is archive-enabled. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public Method Gets a value indicating whether this table supports attachments. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodGets a value indicating whether this Table supports the concept of controller datasets. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodGets a value indicating whether this Table was obtained as a result of joining a ArcGIS.Core.Data.Table or a ArcGIS.Core.Data.FeatureClass with another ArcGIS.Core.Data.Table or ArcGIS.Core.Data.FeatureClass from the same or different ArcGIS.Core.Data.Datastore. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodCreates a virtual relationship class with the current table as the origin table/feature class and the destinationTable as the destination table/feature class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public MethodSearches and retrieves specific rows in this ArcGIS.Core.Data.Table that satisfy the criteria set in the queryFilter. If no query filter is set, all rows will be retrieved. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public Method Searches the table for existing rows using the query criteria and then subscribes to receive row events. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method (Inherited from ArcGIS.Core.Data.Table)
Public Method Sets the expiration maximum age for rows. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the expiration maximum row count. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the expiration method to the table. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets a filter this table so that only rows matching this filter will be streamed by the service. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sorts data from this table or feature class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table)
Public Method Sets the row class to a state where it starts listening to broadcasts from a real-time service This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Stops listening to streams from a real-time service. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Subscribe to receive row events. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Removes all rows. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodOverloaded.  (Inherited from ArcGIS.Core.Data.Table)
Top
Extension Methods
 NameDescription
Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
Top
See Also

Reference

RealtimeTable Class
ArcGIS.Core.Data.Realtime Namespace