SortedTreeFileSimpleWriterTKey, TValue Class
Will write a file.
Namespace: SnapDB.Snap.StorageAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class SortedTreeFileSimpleWriter<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public NotInheritable Class SortedTreeFileSimpleWriter(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 SortedTreeFileSimpleWriter abstract sealed
JavaScript does not support generic types or methods.
- Inheritance
- Object SortedTreeFileSimpleWriterTKey, TValue
Type Parameters
- TKey
- The key type used in the sorted tree table.
- TValue
- The value type used in the sorted tree table.
| Create |
Creates a new archive file using the specified parameters and writes data to it.
|
| CreateNonSequential |
Creates a new archive file for non-sequential data using the specified parameters and writes data to it.
|
| CreateWithMetadata |
Creates a new archive file using the specified parameters and writes data to it.
|