Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
BLOBDATA Table
Desmond_Yeung_(dowuser1_-_(deleted))
Hi all,If using internal file storage, documents will be stored in the BLOBDATA table. Does anyone know what other object types (i.e. other than documents) will be stored in the BLOBDATA table? We can see some LONGIDs are in negative value. What are they?Thanks in advance.
Find more posts tagged with
Comments
Donna Nalls
I have not used internal storage in a very long time, but i would imagine the items that are stored in blobdata are the same items that are stored as ".dat" files for external storage, which includes:Workflow Map TemplatesCategory DefinitionsSearch BrokerSearch ManagerSearch TemplatesDTDLLNodesI got the subtype list by running the following query:select distinct(a.subtype)from dtree a, dversdata b, providerdata cwhere a.dataid = b.docidand a.versionnum = b.versionand b.providerid = c.provideridI'm not sure what the negative longid is though because i don't currently have an instance with internal storage.regards.