How to determine the artifact stored in a blob vol/chap?

For example given:

/data/nexus3/blobs/default/content/vol-18/chap-24/510f5e5f-fb9b-4660-b8e0-9ec3235ef80b.bytes

is there any way to determine the artifact associated with that?

Hi @memelet,

You should see a corresponding .properties file the same location as the .bytes file (i.e. /data/nexus3/blobs/default/content/vol-18/chap-24/510f5e5f-fb9b-4660-b8e0-9ec3235ef80b.properties). The properties file will contain a property β€œ@BlobStore.blob-name” that will help you determine which artifact is associated with the bytes file. Note: This was added in v 3.4.0 of NXRM.

Thanks,

Joe

1 Like

Thanks Joe. We are bit behind in upgrades so I don’t have those files just yet.

-barry