A Space partition is mainly used with partitioned topologies and holds all the
ISpaceInstances that forms the partition.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface ISpacePartition : IEnumerable<ISpaceInstance>, IEnumerable
Public Interface ISpacePartition _ Inherits IEnumerable(Of ISpaceInstance), IEnumerable
public interface class ISpacePartition : IEnumerable<ISpaceInstance^>, IEnumerable
public interface ISpacePartition extends IEnumerable<ISpaceInstance>, IEnumerable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
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.
|