public class ArchiveInitializer<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public Class ArchiveInitializer(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})generic<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class ArchiveInitializer| ArchiveInitializerTKey, TValue | Creates a ArchiveInitializerTKey, TValue |
| Settings | Gets current settings. |
| CreateArchiveFile(Int64) | Creates a new SortedTreeTableTKey, TValue based on the settings passed to this class. Once created, it is up to he caller to make sure that this class is properly disposed of. |
| CreateArchiveFile(TKey, TKey, Int64) | Creates a new SortedTreeTableTKey, TValue based on the settings passed to this class. Once created, it is up to he caller to make sure that this class is properly disposed of. |
| 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) |
| UpdateSettings | Replaces the existing settings with this new set. |