The SparqlResultsFormat type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetResultsFormat
Returns the format to use for the specified media type or extension, or null if there is no match found
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of this object
(Inherited from FormatInfo.)
Public methodWithEncoding
Returns a copy of this results format, with a different encoding

Fields

  NameDescription
Public fieldStatic memberAllFormats
Returns an array of all the pre-defined SparqlResultsFormat instances.
Public fieldStatic memberCsv
SPARQL 1.1 Query Results CSV format
Public fieldStatic memberJson
SPARQL 1.1 Query Results JSON Format
Public fieldStatic memberTsv
SPARQL 1.1 Query Results TSV Format
Public fieldStatic memberXml
SPARQL Query Results XML Format

Properties

  NameDescription
Public propertyStatic memberAllMediaTypes
Gets an enumeration of all of the media types supported by the SPARQL results formats defined by this class.
Public propertyDefaultExtension
The default file extension to use for this results format
(Inherited from FormatInfo.)
Public propertyEncoding
The encoding to be used when streaming the result
(Inherited from FormatInfo.)
Public propertyMediaTypes
Get the list of media types that are recognized for this results format
(Inherited from FormatInfo.)
Public propertySerializedModel
Returns the model(s) that the format can be used to serialize
(Inherited from FormatInfo.)

See Also