GigaSpaces XAP.NET Documentation
ISpaceCopyResult Interface
Class LibraryGigaSpaces.Core.AdminISpaceCopyResult
Encapsulates information about the result of a copy operation.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpaceCopyResult
Public Interface ISpaceCopyResult
public interface class ISpaceCopyResult
public interface ISpaceCopyResult
Members
All MembersProperties



IconMemberDescription
DuplicateEntries
Returns a mapping between UIDs which exist in both spaces and their class names.

Exception
If the copy operation failed, gets the exception that cauesed the failure.

SourceUrl
Gets the Url of the space from where all data have been copied.

TotalCopiedEntries
Returns a mapping between classes names and the number of copied entries.

TotalCopiedObjects
Gets the total number of copied objects.

TotalEntriesBlockedByFilter
Gets the total number of entries which were blocked by a replication input filter.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)