Class ObjectStoreIndex
Object store index.
public sealed class ObjectStoreIndex
- Inheritance
-
ObjectStoreIndex
- Inherited Members
Properties
KeyPath
Index key path.
[JsonPropertyName("keyPath")]
public KeyPath KeyPath { get; set; }
Property Value
MultiEntry
If true, index allows multiple entries for a key.
[JsonPropertyName("multiEntry")]
public bool MultiEntry { get; set; }
Property Value
Name
Index name.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Unique
If true, index is unique.
[JsonPropertyName("unique")]
public bool Unique { get; set; }