Click or drag to resize

TriGWriterContext Properties

The TriGWriterContext type exposes the following members.

Properties
  NameDescription
Public propertyCompressionLevel
Gets/Sets the Compression Level.
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
(Inherited from BaseStoreWriterContext.)
Public propertyN3CompatabilityMode
Gets/Sets N3 Compatability Mode.
Public propertyNamespaceMap
Gets the NamespaceMap used for reducing URIs to QNames since there may only be one shared map written to the output.
(Inherited from ThreadedStoreWriterContext.)
Public propertyOutput
Gets the TextWriter being written to.
(Inherited from BaseStoreWriterContext.)
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
(Inherited from BaseStoreWriterContext.)
Public propertyQNameMapper
Gets the QName Mapper.
(Inherited from ThreadedStoreWriterContext.)
Public propertyStore
Gets the Store being written.
(Inherited from BaseStoreWriterContext.)
Top
See Also