Ninja Database Pro
EncodingFormat Enumeration



KellermanSoftware.NinjaDatabasePro Namespace : EncodingFormat Enumeration
The format to save the data, default is Plain
Syntax
Public Enum EncodingFormat 
   Inherits System.Enum
Dim instance As EncodingFormat
public enum EncodingFormat : System.Enum 
public enum class EncodingFormat : public System.Enum 
Members
MemberDescription
Compressed The data is compressed with LZO before saving
Encrypted The data is AES encrypted before saving
EncryptedAndCompressed The data is AES encrypted and LZO compressed before saving
Plain Plain binary serialization
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NinjaDatabasePro.EncodingFormat

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NinjaDatabasePro Namespace