PropertyStore Namespace @beta
Class
| Name | Description |
|---|---|
| PropertyStore.CloudAccess | Provides access to a cloud-based PropertyDb to hold a set of values of type PropertyType, each with a unique PropertyName. |
| PropertyStore.PropertyDb | A SQLite database for storing PropertyName/PropertyValue pairs. |
Interface
| Name | Description |
|---|---|
| PropertyStore.CreateNewContainerProps | |
| PropertyStore.PropertyFilter | A filter used to limit and/or sort the values returned by an iteration. |
Type Alias
| Name | Description |
|---|---|
| PropertyStore.IterationReturn | The return status of an iteration function. |
| PropertyStore.PropertyArray | An array of PropertyName/PropertyType pairs to be stored in a PropertyStore. |
| PropertyStore.PropertyIteration | An iteration function over Properties in a PropertyStore. |
| PropertyStore.PropertyName | The case-sensitive name of a Property. |
| PropertyStore.PropertyType | The set of valid types for properties in a PropertyStore. |
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.