CSharpTest.Net
StorageType Enumeration
Example  See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace : StorageType Enumeration

Glossary Item Box

Defines the storage type to use

Syntax

Visual Basic (Declaration) 
Public Enum StorageType 
   Inherits System.Enum
C# 
public enum StorageType : System.Enum 

Members

MemberDescription
CustomUses a custom data store, (Set by setting the StorageSystem property)
DiskUses a file to store data, (Set by setting the FileName property)
MemoryUses in-memory storage

Example

BPlusTree/BPlusTree.Test/TestCustomStorage.cs

C#Copy Code
BPlusTreeOptions<int, string> options = Options;
Assert.AreEqual(StorageType.Custom, options.StorageType);
VB.NETCopy Code
Dim options As BPlusTreeOptions(Of Integer, String) = Options
Assert.AreEqual(StorageType.[Custom], options.StorageType)

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         CSharpTest.Net.Collections.StorageType

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys