Filtered
|
The FilteredBlockIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| BuffersForComposition | Property that indicates whether the index iterator needs to buffer output if it is not used as the primary index iterator. Default is false. If false, only the first index/filter pair is traversed, with subsequent pairs queried via accepts(). If true, after all the IDs from the previous iterator have been added to the buffer, the start(), next() and id() of this iterator are to be used to iterate through the data. | |
| EstimatedHitFraction | Property that represents the estimated fraction [0.0 .. 1.0] of the contents that is selected by the Filter query. This property is used to order the FilteredBlockIterator objects during a block traversal. * 0.0 forces the iterator to be used first. * 1.0 forces the iterator to be used last. The filters with the fewest hits will be applied first. | |
| Id | Property that represents the Object ID of the record currently referenced by this Iterator object. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Next | Property that represents the Object ID of the next object, and increments this Iterator object. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Accepts | Checks whether the specified object passes the Filter query. | |
| AddToBuffer | Adds the specified Object ID to the buffer of an Index iterator. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Seek | Positions this Iterator object at the specified record. | |
| Start | Sets this Iterator object to reference a block that it would normally return first. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |