Name | Description | |
---|---|---|
CacheExpirationTime | By default an interal cache of objects is maintained for performance. This is the time after which an item will be expired in the cache if it is not used. The default is 20 minutes for all platforms | |
DatabaseAssemblyVersion | The version of the database assembly | |
DatabaseDirectory | The path of the database directory | |
DatabaseFileVersion | After the database has been opened, this is the version of the database file | |
DatabaseName | The name of the database | |
DataFileSize | Get the size of the data file size in bytes. This is the serialized data. | |
DataFormat | The data format for saving objects. The default is plain binary. | |
EncryptionBlockSize | Specify the block size for the encryption algorithm. Default is 128. AesManaged can only be 128 | |
EncryptionKeySize | Specify the key size for the encryption algorithm. Default is 128 | |
EncryptionPassword | The password to use when the EncodingFormat is EncryptedCompressed or Encrypted | |
EncryptionSalt | The encryption salt to use when the EncodingFormat is EncryptedCompressed or Encrypted. The default is "PasswordSalt" | |
Encryptor | Change out the encryption with hardware based or other encryption. Default encryption is AES | |
IndexFileSize | Get the size of the index file in bytes. This is for the indexes and table definitions. | |
IndexPadding | Indexes are allocated in chunks to prevent needing to pack often. By default there is 1MB padding for each index. | |
IsDatabaseOpen | If true, the datbase is open | |
IsTransactionOpen | If true, a transaction is open | |
LicenseKey | License Key for the licensed product (see your receipt) | |
MaxCacheSize | By default an interal cache of objects is maintained for performance. The default size 5MB | |
SchemaEncryptionPassword | Encrypt the external schema file. The Schema Encryption Password will be required to retrieve the schema. By default, the Schema is not encrypted. | |
SchemaFileSize | The size in bytes of the schema file | |
Storage | Where to store the data for the database. Default is IsolatedStorage. | |
TotalFileSize | Get the total size in bytes of the database | |
Triggers | A list of actions to perform for a type when inserting, updating, or deleting. To create a trigger, create a class that implements the ITrigger interface. | |
UserName | User Name for the licensed product (see your receipt) |