MarkLogic XCC/.Net Library

ContentbaseMetaData Members

ContentbaseMetaData overview

Public Instance Properties

ContentBaseId The numeric database ID of the contentbase. Similar to GetContentBaseName(), this method makes a call to the server to obtain the ID, regardless of how the Session was created.
ContentBaseName The name of the contentbase associated with the Session. Unlike the similar method Session.getContentBaseName(), this method makes a call to the server to obtain the name. Session instances may be created without an explicit contentbase name (use a default) or with a numeric ID. This method determines the actual alphanumeric name of the contentbase.
DriverMajorVersion The driver (XCC) major release version.
DriverMinorVersion The driver (XCC) minor release version.
DriverPatchVersion The driver (XCC) patch release version.
DriverVersionString The driver (XCC) release version, as a String.
ForestIds The IDs of forests attached to the contentbase associated with the Session.
ForestMap Returns a map (IDictionary) of forest names to forest IDs. The keys of the map are the forest names and the values are UInt64ss that represent the forest IDs.
ForestNames The names of the forests attached to the contnetbase associated with the Session.
ServerMajorVersion The server major release version number.
ServerMinorVersion Ther server minor release version number.
ServerPatchVersion The server patch release version number.
ServerVersionString A String version of the MarkLogic Server.
Session The Session object that created this object.
User The user identity associated with the Session from which this object was obtained. This property may also be obtained directly from the Session object via the UserCredentials object returned by the Session.getUserCredentials() method. It is included here for completeness.

See Also

ContentbaseMetaData Interface | Marklogic.Xcc Namespace