Click or drag to resize

NTriplesWriterContext Properties

The NTriplesWriterContext type exposes the following members.

Properties
  NameDescription
Public propertyCompressionLevel
Gets/Sets the Compression Level used.
(Inherited from BaseWriterContext.)
Public propertyGraph
Gets the Graph being written.
(Inherited from BaseWriterContext.)
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
(Inherited from BaseWriterContext.)
Public propertyNodeFormatter
Gets/Sets the Node Formatter in use.
(Inherited from BaseWriterContext.)
Public propertyOutput
Gets the TextWriter being written to.
(Inherited from BaseWriterContext.)
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
(Inherited from BaseWriterContext.)
Public propertyQNameMapper
Gets the QName Output Mapper in use.
(Inherited from BaseWriterContext.)
Public propertySyntax
Gets the NTriples syntax mode.
Public propertyUriFormatter
Gets/Sets the URI Formatter in use.
(Inherited from BaseWriterContext.)
Top
See Also