The table below contains the field descriptions of the OpenEdge Replication VST, _Repl-AgentAIStreaming.

Table 1. Virtual system table _Repl-AgentAIStreaming field descriptions
Field name Field number Data type Description
_ReplAgtAIStr-AgentID 2 INT64 The ROWID of the Repl-AgentAIStreaming VST record.

Format ->>>>>>>>>9

_ReplAgtAIStr-AgentName 3 CHARACTER Agent Name

The name of the OpenEdge Replication agent as configured by the name property in the [agent] section of the repl.properties file

Format X(32)

_ReplAgtAIStr-TotalCacheEntries 4 INT64 Total number of entries in the Replication Streaming Block cache in units of Replication Stream Blocks (RSB)

The size of the cache is specified by the rsb-cache-size property in the [agent] section of the repl.properties file.

Format ->>>>>>>>>9

_ReplAgtAIStr-FreeCacheEntries 5 INT64 Free cache entries in the Replication Streaming Block cache in units of RSBs

The number of RSB cache entries currently not in use.

Format ->>>>>>>>>9

_ReplAgtAIStr-UsedCacheEntries 6 INT64 Used cache entries in the Replication Streaming Block cache in units of RSBs

The number of RSB cache entries currently in use.

Format ->>>>>>>>>9

_ReplAgtAIStr-CacheHWM 7 INT64 Replication streaming block cache high water mark

The maximum number of RSB cache entries that have been in use at one point in the life cycle of the cache.

Format ->>>>>>>>>9

_ReplAgtAIStr-TimesCacheFilled 8 INT64 The number of times the Replication Streaming Block cache has filled.

Format ->>>>>>>>>9