Interface ICompressingWriter
Interface for Writers that support varying levels of Syntax Compression.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface ICompressingWriter
Properties
| Improve this Doc View SourceCompressionLevel
Gets/Sets the Compression Level that the Writer is using.
Declaration
int CompressionLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Compression Level is an arbitrary figure that the Writer can interpret as it wants, implementations of this interface should state in the XML Comments for this property what the different values mean. The Standard Compression levels provided by the WriterCompressionLevel enumeration are intended as guides and Writers may interpret these as they desire.