hasTypeScopedIdentifiers
Home > @gooddata/sdk-backend-spi > IBackendCapabilities > hasTypeScopedIdentifiers
IBackendCapabilities.hasTypeScopedIdentifiers property
Indicates whether backend's identifiers are scoped to a type.
Signature:
hasTypeScopedIdentifiers?: boolean;
Remarks
They are unique only on type level. When working with backend that has type scoped identifiers it is essential to provide both identifier
and type
when using IdentifierRef
.
If not specified then assume identifiers do not require type
information in order to exactly identify an object.