Statistics on operations executed on mirror space.

C# | Visual Basic | Visual C++ | J# |
public interface IMirrorOperations : IMirrorOperationStatistics
Public Interface IMirrorOperations _ Implements IMirrorOperationStatistics
public interface class IMirrorOperations : IMirrorOperationStatistics
public interface IMirrorOperations extends IMirrorOperationStatistics

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | DiscardedOperationCount |
Gets the total count of operations that were discarded by the mirror.
This applies to transient objects.
(Inherited from IMirrorOperationStatistics.) |
![]() | FailedOperationCount |
Gets the total count of operations that failed on the mirror.
(Inherited from IMirrorOperationStatistics.) |
![]() | InProgressOperationCount |
Gets the count of operations that are currently in progress on the mirror
(Inherited from IMirrorOperationStatistics.) |
![]() | OperationCount |
Gets the total count of operations that were executed on the mirror.
(Inherited from IMirrorOperationStatistics.) |
![]() | RemoveOperationStatistics |
Gets statistics of remove operations.
|
![]() | SuccessfulOperationCount |
Gets the total count of operations that were successfully executed on the mirror.
(Inherited from IMirrorOperationStatistics.) |
![]() | UpdateOperationStatistics |
Gets statistics of update operations.
|
![]() | WriteOperationStatistics |
Gets statistics of write operations.
|