saveDefaultViewStore Method @beta
Save a default ViewStore container reference in this iModel.
saveDefaultViewStore(arg: CloudSqlite.ContainerProps): void
@throws EditTxnError if this EditTxn is not active.
| Parameter | Type | Description |
|---|---|---|
| arg | CloudSqlite.ContainerProps | The cloud container properties for the ViewStore. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 646
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.