![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasMetaspace_Browse(
Use the tibasMetaspace_Browse() function to create a space browser on a specified space. You do not have to be joined to the space to call the function.Before you can call tibasMetaspace_Browse(), you must create a browserDef object by calling the tibasBrowserDef_Create() function or the tibasEventBrowserDef_CreateEx() function. You can then call additional tibasBrowserDef functions to specify the distribution scope and time scope for the browser and also specify a timeout value for the browser.The browserType parameter specifies the type of browser, which can be one of the following:
− TIBAS_BROWSER_GET Specifies a Get Browser, which retrieves the next tuple in a series of tuples.
− TIBAS_BROWSER_TAKE Specifies a Take Browser, which retrieves the next tuple in a series of tuples and consumes it.
− TIBAS_BROWSER_LOCK Specifies a Lock Browser, which retrieves the next tuple in a series of tuples and locks it.
Calling tibasMetaspace_Browse() may cause the space to be automatically joined with a distribution role of TIBAS_DISTRIBUTION_ROLE_LEECH, if the space specified with the spaceName parameter has not already been joined.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |