Class ObjectStore
ObjectStore
public sealed class ObjectStore
- Inheritance
-
ObjectStore
- Inherited Members
Properties
AutoIncrement
autoIncrement
[JsonPropertyName("autoIncrement")]
public bool AutoIncrement { get; set; }
Property Value
Indexes
indexes
[JsonPropertyName("indexes")]
public ObjectStoreIndex[] Indexes { get; set; }
Property Value
KeyPath
keyPath
[JsonPropertyName("keyPath")]
public KeyPath KeyPath { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }