Skip to content

Interface: AspectData<DATA>

@flyze/lib-data-store 3.0.0-alpha.55· latest

Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:3

  • AspectDataDTO<DATA>

DATA = any

optional __v: number

Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:13


optional _id: string

Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:7

use id instead


aspectId: string

Defined in: node_modules/@flyze/lib-db-models/models/aspect-data/aspect-data.model.d.ts:3

_AspectData.aspectId


readonly aspectName: string

Defined in: node_modules/@flyze/lib-db-models/models/aspect-data/aspect-data.model.d.ts:20

The name of the aspect associated with this aspect data.

_AspectData.aspectName


readonly assetFullName: string

Defined in: node_modules/@flyze/lib-db-models/models/aspect-data/aspect-data.model.d.ts:16

The full name of the asset associated with this aspect data.

_AspectData.assetFullName


readonly createdAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:5

The date when the record was created.

_AspectData.createdAt


optional createdBy: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:7

The ID of the user who created the resource.

_AspectData.createdBy


createdByKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:11

The kind of the user who created the resource.

_AspectData.createdByKind


optional customId: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/custom-identifiable.model.d.ts:2

_AspectData.customId


data: DATA

Defined in: node_modules/@flyze/lib-db-models/models/aspect-data/aspect-data.model.d.ts:4

_AspectData.data


readonly entityKind: "aspect-data"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-entity-kind.model.d.ts:31

The kind of the entity.

_AspectData.entityKind


readonly id: string

Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:8

_AspectData.id


readonly optional instanceId: string

Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:16


readonly isInSync: boolean

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-migration.model.d.ts:10

Specifies whether the current entity is in sync with the migration state of

migrationId.

_AspectData.isInSync


readonly migrationId: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-migration.model.d.ts:6

Stores the migration identifier for this entity.

_AspectData.migrationId


optional ownerId: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-owner.model.d.ts:14

The ID of the owner of the resource.

_AspectData.ownerId


ownerKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-owner.model.d.ts:18

The owner of the resource.

_AspectData.ownerKind


readonly resourcePermission: ResourcePermissions

Defined in: node_modules/@flyze/lib-db-models/models/shared/resource-permissions.model.d.ts:27

Describes the permissions of the user on the resource.

_AspectData.resourcePermission


optional tagIds: string[]

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tags.model.d.ts:6

Tags IDs this entity is associated with

_AspectData.tagIds


readonly updatedAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:9

The date when the record was last updated.

_AspectData.updatedAt


optional updatedBy: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:15

The ID of the user who last updated the resource.

_AspectData.updatedBy


updatedByKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:19

The kind of the user who last updated the resource.

_AspectData.updatedByKind