GigaSpaces XAP.NET Documentation
ISpacePartition Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpacePartition
A Space partition is mainly used with partitioned topologies and holds all the ISpaceInstances that forms the partition.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpacePartition : IEnumerable<ISpaceInstance>, 
	IEnumerable
Public Interface ISpacePartition _
	Implements IEnumerable(Of ISpaceInstance), IEnumerable
public interface class ISpacePartition : IEnumerable<ISpaceInstance^>, 
	IEnumerable
public interface ISpacePartition extends IEnumerable<ISpaceInstance>, 
	IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
Backup
Gets the first backup space instance. the value is null if there's currently no back space instance.

GetEnumerator()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(ISpaceInstance>)>).)
GetEnumerator()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Instances
Gets all the space instances which forms the partition.

PartitionId
Gets the partition id (starting from 0). Note, InstanceId starts from 1.

Primary
Gets the primary space instance. the value is null is currently there's no primary space instance.

Space
Gets the Space which this Space Partition is a part of.

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