Get the mirror statistics per specific space instance replication channel that replicates data to the mirror.
Each space instance has it's own replication channel to the mirror.

C# | Visual Basic | Visual C++ | J# |
IMirrorOperations GetSourceChannelStatistics( string channelName )
Function GetSourceChannelStatistics ( _ channelName As String _ ) As IMirrorOperations
IMirrorOperations^ GetSourceChannelStatistics( String^ channelName )
IMirrorOperations GetSourceChannelStatistics( String channelName )

- channelName (String)
- The name of the source channel. Format : "space-containerName:spaceName"

The mirror statistics of a specific channel.