MarkLogic XCC/.Net Library

ContentbaseMetaData Interface

Meta-data about a contentbase as represented by a Session instance. The methods of this class that throw RequestException may make one or more calls the the server to obtain needed information. Those which don't throw exceptions return local information.

All server-query methods are lazy and do temporary caching. That is, no server calls are made until you invoke a method that needs information from the server. And once some information is fetched from the server, local copies will be returned on subsequent calls, until the data ages out. The time-to-live for cached information is about 60 seconds.

For a list of all members of this type, see ContentbaseMetaData Members.

[Visual Basic]
Public Interface ContentbaseMetaData
[C#]
public interface ContentbaseMetaData

Requirements

Namespace: Marklogic.Xcc

Assembly: MarklogicXcc (in MarklogicXcc.dll)

See Also

ContentbaseMetaData Members | Marklogic.Xcc Namespace