Click or drag to resize

StardogV1Connector Properties

The StardogV1Connector type exposes the following members.

Properties
  NameDescription
Public propertyAsyncParentServer
Gets the parent server.
(Inherited from BaseStardogConnector.)
Public propertyBaseUri
Gets the Base URI of the Stardog server.
(Inherited from BaseStardogConnector.)
Public propertyDeleteSupported
Returns that deleting graphs from the Stardog store is not yet supported (due to a .Net specific issue).
(Inherited from BaseStardogConnector.)
Public propertyIOBehaviour
Gets the IO Behaviour of Stardog.
(Inherited from BaseStardogConnector.)
Public propertyIsReadOnly
Returns that the Connection is not read-only.
(Inherited from BaseStardogConnector.)
Public propertyIsReady
Returns that the Connection is ready.
(Inherited from BaseStardogConnector.)
Public propertyKbId
Gets the knowledge base ID being used by this connector.
(Inherited from BaseStardogConnector.)
Public propertyListGraphsSupported
Returns that listing Graphs is supported.
(Inherited from BaseStardogConnector.)
Public propertyParentServer
Gets the parent server.
(Inherited from BaseStardogConnector.)
Protected propertyPassword
Password for accessing the Store.
(Inherited from BaseHttpConnector.)
Public propertyProxy
Gets/Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.)
Public propertyProxyCredentials
Gets/Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.)
Public propertyReasoning
Gets/Sets the reasoning mode to use for queries.
(Inherited from BaseStardogConnector.)
Public propertyTimeout
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseHttpConnector.)
Public propertyUpdateSupported
Returns that Updates are supported on Stardog Stores.
(Inherited from BaseStardogConnector.)
Protected propertyUsername
Password for accessing the Store.
(Inherited from BaseHttpConnector.)
Top
See Also