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

| Edit this page 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
bool

Extension Methods

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