Click or drag to resize

ICollectionCompressingWriterContext Interface

Interface for Writer Contexts which store collection compression data.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ICollectionCompressingWriterContext : IWriterContext

The ICollectionCompressingWriterContext type exposes the following members.

Properties
  NameDescription
Public propertyCollections
Gets the mapping from Blank Nodes to Collections.
Public propertyCompressionLevel
Gets/Sets the Compression Level used.
(Inherited from IWriterContext.)
Public propertyGraph
Gets the Graph being written.
(Inherited from IWriterContext.)
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
(Inherited from IWriterContext.)
Public propertyNodeFormatter
Gets/Sets the Node Formatter used.
(Inherited from IWriterContext.)
Public propertyOutput
Gets the TextWriter being written to.
(Inherited from IWriterContext.)
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
(Inherited from IWriterContext.)
Public propertyTriplesDone
Gets the Triples that should be excluded from standard output as they are part of collections.
Public propertyUriFormatter
Gets/Sets the URI Formatter used.
(Inherited from IWriterContext.)
Top
See Also