Class ObjectStore
Object store.
public sealed class ObjectStore
- Inheritance
-
ObjectStore
- Inherited Members
Properties
AutoIncrement
If true, object store has auto increment flag set.
[JsonPropertyName("autoIncrement")]
public bool AutoIncrement { get; set; }
Property Value
Indexes
Indexes in this object store.
[JsonPropertyName("indexes")]
public ObjectStoreIndex[] Indexes { get; set; }
Property Value
KeyPath
Object store key path.
[JsonPropertyName("keyPath")]
public KeyPath KeyPath { get; set; }
Property Value
Name
Object store name.
[JsonPropertyName("name")]
public string Name { get; set; }