Metadata and content of a datastore item.

Hierarchy

  • ItemApiPayloadDataAttributes

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 item was first created.

modifiedAt?: Date

Timestamp when the item was last modified.

orgId?: number

The ID of the organization that owns this item.

primaryColumnName?: string

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

signature?: string

A unique signature identifying this item version.

storeId?: string

The unique identifier of the datastore containing this item.

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

The data content (as key-value pairs) of a datastore item.

Type declaration

  • [key: string]: any

Generated using TypeDoc