Class CreateAppsDatastoreRequestDataAttributes

Configuration and metadata to create a new datastore.

Hierarchy

  • CreateAppsDatastoreRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

A human-readable description about the datastore.

name: string

The display name for the new datastore.

The organization access level for the datastore. For example, 'contributor'.

primaryColumnName: string

The name of the primary key column for this datastore. Primary column names:

primaryKeyGenerationStrategy?: DatastorePrimaryKeyGenerationStrategy

Can be set to uuid to automatically generate primary keys when new items are added. Default value is none, which requires you to supply a primary key for each new item.

Generated using TypeDoc