public class TimestampSeekFilterPublic Class TimestampSeekFilterpublic ref class TimestampSeekFilterSnapDB.Snap.Filters.TimestampSeekFilter = function();
Type.createClass(
'SnapDB.Snap.Filters.TimestampSeekFilter');| TimestampSeekFilter | Initializes a new instance of the TimestampSeekFilter class |
| CreateFromIntervalDataTKey(DateTime, DateTime, TimeSpan, TimeSpan) | Creates a seek filter that filters keys falling within a specified time range. |
| CreateFromIntervalDataTKey(UInt64, UInt64, UInt64, UInt64) | Creates a seek filter that filters keys falling within a specified time range. |
| CreateFromIntervalDataTKey(DateTime, DateTime, TimeSpan, TimeSpan, TimeSpan) | Creates a seek filter that filters keys falling within a specified time range. |
| CreateFromIntervalDataTKey(UInt64, UInt64, UInt64, UInt64, UInt64) | Creates a seek filter that filters keys falling within a specified time range. |
| CreateFromRangeTKey(DateTime, DateTime) | Creates a seek filter that filters keys falling within a specified time range. |
| CreateFromRangeTKey(UInt64, UInt64) | Creates a seek filter that filters keys falling within a specified time range. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |