The SparqlResultsFormat type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetResultsFormat |
Returns the format to use for the specified media type or extension, or null if there is no match found
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns the string representation of this object
(Inherited from FormatInfo.) | |
| WithEncoding |
Returns a copy of this results format, with a different encoding
|
Fields
| Name | Description | |
|---|---|---|
| AllFormats |
Returns an array of all the pre-defined SparqlResultsFormat instances.
| |
| Csv |
SPARQL 1.1 Query Results CSV format
| |
| Json |
SPARQL 1.1 Query Results JSON Format
| |
| Tsv |
SPARQL 1.1 Query Results TSV Format
| |
| Xml |
SPARQL Query Results XML Format
|
Properties
| Name | Description | |
|---|---|---|
| AllMediaTypes |
Gets an enumeration of all of the media types supported by the SPARQL results
formats defined by this class.
| |
| DefaultExtension |
The default file extension to use for this results format
(Inherited from FormatInfo.) | |
| Encoding |
The encoding to be used when streaming the result
(Inherited from FormatInfo.) | |
| MediaTypes |
Get the list of media types that are recognized for this results format
(Inherited from FormatInfo.) | |
| SerializedModel |
Returns the model(s) that the format can be used to serialize
(Inherited from FormatInfo.) |