Show / Hide Table of Contents

Interface ICompressingWriter

Interface for Writers that support varying levels of Syntax Compression.

Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public interface ICompressingWriter

Properties

| Edit this page View Source

CompressionLevel

Gets/Sets the Compression Level that the Writer is using.

Declaration
int CompressionLevel { get; set; }
Property Value
Type Description
int
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.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • CompressionLevel
  • Extension Methods
Back to top Generated by DocFX