This class is used to encapsulate settings for ISpaceIterator<(Of <(T>)>) instances.
| C# | Visual Basic | Visual C++ | J# |
public class SpaceIteratorConfig
Public Class SpaceIteratorConfig
public ref class SpaceIteratorConfig
public class SpaceIteratorConfig
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SpaceIteratorConfig()()() |
Creates a new SpaceIteratorConfig with default configuration settings.
| |
| SpaceIteratorConfig(IteratorScope) |
Creates a new SpaceIteratorConfig with the specified iterator scope.
All other properties will be set to their respective default values.
| |
| SpaceIteratorConfig(IteratorScope, Int32, Int64) |
Creates a new SpaceIteratorConfig with the specified properties.
All other properties will be set to their respective default values.
| |
| BufferSize |
Gets or sets the iterator's buffer size (i.e. how many entries the iterator will buffer).
| |
| DefaultBufferSize |
Gets or sets the default value for BufferSize property.
| |
| DefaultIteratorScope |
Gets or sets the default value for IteratorScope property.
| |
| DefaultLeaseTime |
Gets or sets the default value for LeaseTime property.
| |
| Equals(Object) | (Inherited from Object.) | |
| EventSessionConfig |
Gets or sets the event session configuration which will be used by the iterator
to monitor future matching entries.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IteratorScope |
Gets or sets the iterator's scope.
| |
| LeaseTime |
Gets or sets the iterator's lease time, in milliseconds.
When the iterator lease expires, it stops yielding entries.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| SpaceIteratorConfig | |
