Class DynamoStoreParameters
Hierarchy
-
StoreParameters
- DynamoStoreParameters
Constructors
Properties
Constructors
-
Parameters
-
params: any
-
service: Service<any>
Returns DynamoStoreParameters
-
Properties
Field to store the creationDate of the object
Expose the service to an urls
Type declaration
-
Optional restrict?: object
You can restrict any part of the CRUD
-
Optional create?: boolean
Do not expose the POST
-
Optional delete?: boolean
Do not expose the DELETE
-
Optional get?: boolean
Do not expose the GET
-
Optional update?: boolean
Do not expose the PUT and PATCH
-
-
Optional url?: string
URL endpoint to use to expose REST Resources API
Create an index object that link all other objects uuid
Field to store the lastUpdate of the object
You can define a Map between different Stores
{@link Pages/pages/Store}
Type declaration
-
[key: string]: object
-
fields: string
Other fields to duplicate inside the model
-
key: string
Key on the current model which holds the collection
-
Webda model to use within the Store
Generated using TypeDoc
async delete