Detailed information about a datastore.

Hierarchy

  • DatastoreDataAttributes

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
createdAt?: Date

Timestamp when the datastore was created.

creatorUserId?: number

The numeric ID of the user who created the datastore.

creatorUserUuid?: string

The UUID of the user who created the datastore.

description?: string

A human-readable description about the datastore.

modifiedAt?: Date

Timestamp when the datastore was last modified.

name?: string

The display name of the datastore.

orgId?: number

The ID of the organization that owns this datastore.

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