Interface: AspectData<DATA>
@flyze/lib-data-store 3.0.0-alpha.55· latestDefined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:3
Extends
Section titled “Extends”AspectDataDTO<DATA>
Type Parameters
Section titled “Type Parameters”DATA = any
Properties
Section titled “Properties”
optional__v:number
Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:13
Deprecated
Section titled “Deprecated”
optional_id:string
Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:7
Deprecated
Section titled “Deprecated”use id instead
aspectId
Section titled “aspectId”aspectId:
string
Defined in: node_modules/@flyze/lib-db-models/models/aspect-data/aspect-data.model.d.ts:3
Inherited from
Section titled “Inherited from”_AspectData.aspectId
aspectName
Section titled “aspectName”
readonlyaspectName: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.
Inherited from
Section titled “Inherited from”_AspectData.aspectName
assetFullName
Section titled “assetFullName”
readonlyassetFullName: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.
Inherited from
Section titled “Inherited from”_AspectData.assetFullName
createdAt
Section titled “createdAt”
readonlycreatedAt: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.
Inherited from
Section titled “Inherited from”_AspectData.createdAt
createdBy?
Section titled “createdBy?”
optionalcreatedBy: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.
Inherited from
Section titled “Inherited from”_AspectData.createdBy
createdByKind
Section titled “createdByKind”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.
Inherited from
Section titled “Inherited from”_AspectData.createdByKind
customId?
Section titled “customId?”
optionalcustomId:string|null
Defined in: node_modules/@flyze/lib-db-models/models/shared/custom-identifiable.model.d.ts:2
Inherited from
Section titled “Inherited from”_AspectData.customId
data:
DATA
Defined in: node_modules/@flyze/lib-db-models/models/aspect-data/aspect-data.model.d.ts:4
Inherited from
Section titled “Inherited from”_AspectData.data
entityKind
Section titled “entityKind”
readonlyentityKind:"aspect-data"
Defined in: node_modules/@flyze/lib-db-models/models/shared/has-entity-kind.model.d.ts:31
The kind of the entity.
Inherited from
Section titled “Inherited from”_AspectData.entityKind
readonlyid:string
Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:8
Overrides
Section titled “Overrides”_AspectData.id
instanceId?
Section titled “instanceId?”
readonlyoptionalinstanceId:string
Defined in: projects/lib-data-store/src/lib/flyze-models/aspect-data.model.ts:16
isInSync
Section titled “isInSync”
readonlyisInSync: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.
Inherited from
Section titled “Inherited from”_AspectData.isInSync
migrationId
Section titled “migrationId”
readonlymigrationId: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.
Inherited from
Section titled “Inherited from”_AspectData.migrationId
ownerId?
Section titled “ownerId?”
optionalownerId: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.
Inherited from
Section titled “Inherited from”_AspectData.ownerId
ownerKind
Section titled “ownerKind”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.
Inherited from
Section titled “Inherited from”_AspectData.ownerKind
resourcePermission
Section titled “resourcePermission”
readonlyresourcePermission: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.
Inherited from
Section titled “Inherited from”_AspectData.resourcePermission
tagIds?
Section titled “tagIds?”
optionaltagIds:string[]
Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tags.model.d.ts:6
Tags IDs this entity is associated with
Inherited from
Section titled “Inherited from”_AspectData.tagIds
updatedAt
Section titled “updatedAt”
readonlyupdatedAt: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.
Inherited from
Section titled “Inherited from”_AspectData.updatedAt
updatedBy?
Section titled “updatedBy?”
optionalupdatedBy: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.
Inherited from
Section titled “Inherited from”_AspectData.updatedBy
updatedByKind
Section titled “updatedByKind”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.
Inherited from
Section titled “Inherited from”_AspectData.updatedByKind