Create an iterator over the space using the specified template(s) and settings.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
ISpaceIterator<T> GetSpaceIterator<T>( T template, int batchSize )
Function GetSpaceIterator(Of T) ( _ template As T, _ batchSize As Integer _ ) As ISpaceIterator(Of T)
generic<typename T> ISpaceIterator<T>^ GetSpaceIterator( T template, int batchSize )
Generic Template Parameters
- T
- Type of object to read.
Parameters
- template (T)
- The template used for matching.
- batchSize (Int32)
[Missing <param name="batchSize"/> documentation for "M:GigaSpaces.Core.IReadOnlySpaceProxy.GetSpaceIterator``1(``0,System.Int32)"]
Return Value
A configured space iterator.
Exceptions
Exception | Condition |
---|---|
InactiveSpaceException | The space is in backup mode and therefore is not active. |