Click or drag to resize

CompressingTurtleWriterContext Properties

The CompressingTurtleWriterContext type exposes the following members.

Properties
  NameDescription
Public propertyCollections
Represents the mapping from Blank Nodes to Collections.
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 propertyTriplesDone
Stores the Triples that should be excluded from standard output as they are part of collections.
Public propertyUriFormatter
Gets/Sets the URI Formatter in use.
(Inherited from BaseWriterContext.)
Top
See Also