IMetadataObjectIdentity
Home > @gooddata/sdk-model > IMetadataObjectIdentity
IMetadataObjectIdentity interface
Signature:
export interface IMetadataObjectIdentity
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | string | Metadata object identifier Currently, our implementation still depends on converting id to uri (or uri to id) So until we add cache, keep both id and uri exposed on metadata objects | |
ref | ObjRef | Metadata object reference | |
uri | string | Metadata object uri Currently, our implementation still depends on converting id to uri (or uri to id) So until we add cache, keep both id and uri exposed on metadata objects |