Class DatabaseWithObjectStores
Database with an array of object stores.
public sealed class DatabaseWithObjectStores
- Inheritance
-
DatabaseWithObjectStores
- Inherited Members
Properties
Name
Database name.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
ObjectStores
Object stores in this database.
[JsonPropertyName("objectStores")]
public ObjectStore[] ObjectStores { get; set; }
Property Value
Version
Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')
[JsonPropertyName("version")]
public double Version { get; set; }