Click or drag to resize

PrettyRdfXmlWriterCompressionLevel Property

Gets/Sets the Compression Level in use.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int CompressionLevel { get; set; }

Property Value

Type: Int32

Implements

ICompressingWriterCompressionLevel
Remarks

Compression Level defaults to High - if Compression Level is set to below More i.e. < 5 then Collections will not be compressed into more compact syntax.

See Also