Optional
requestFactory: ActionsDatastoresApiRequestFactoryOptional
responseProcessor: ActionsDatastoresApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationCreates a new datastore.
The request object
Optional
options: ConfigurationDeletes a datastore by its unique identifier.
The request object
Optional
options: ConfigurationDeletes an item from a datastore by its key.
The request object
Optional
options: ConfigurationRetrieves a specific datastore by its ID.
The request object
Optional
options: ConfigurationLists items from a datastore. You can filter the results by specifying either an item key or a filter query parameter, but not both at the same time. Supports server-side pagination for large datasets.
The request object
Optional
options: ConfigurationLists all datastores for the organization.
Optional
options: ConfigurationUpdates an existing datastore's attributes.
The request object
Optional
options: ConfigurationPartially updates an item in a datastore by its key.
The request object
Optional
options: ConfigurationGenerated using TypeDoc
Creates or replaces multiple items in a datastore by their keys in a single operation.