public class TimestampSeekFilterDefinition : SeekFilterDefinitionBasePublic Class TimestampSeekFilterDefinition
Inherits SeekFilterDefinitionBasepublic ref class TimestampSeekFilterDefinition : public SeekFilterDefinitionBaseSnapDB.Snap.Filters.TimestampSeekFilterDefinition = function();
Type.createClass(
'SnapDB.Snap.Filters.TimestampSeekFilterDefinition',
SnapDB.Snap.Definitions.SeekFilterDefinitionBase);| TimestampSeekFilterDefinition | Initializes a new instance of the TimestampSeekFilterDefinition class |
| FilterType |
Gets the unique identifier (ID) representing the filter type.
(Overrides SeekFilterDefinitionBaseFilterType) |
| CreateTKey |
Overrides the creation of a seek filter instance based on the given BinaryStreamBase.
(Overrides SeekFilterDefinitionBaseCreateTKey(BinaryStreamBase)) |
| 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) |
| FilterGuid | Represents a static Guid used as a filter identifier. |