Show / Hide Table of Contents

Interface IHighSpeedWriter

Interface for Writers that Support engaging High Speed Write Mode for some Graphs.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface IHighSpeedWriter

Properties

| Improve this Doc View Source

HighSpeedModePermitted

Gets/Sets whether the Writer can use High Speed Write Mode if the Graph is deemed suitable for this.
Declaration
bool HighSpeedModePermitted { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • HighSpeedModePermitted
  • Extension Methods
Back to top Generated by DocFX