An enumeration of the different type of model that have supported serializations in BrightstarDB.

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
[FlagsAttribute]
public enum SerializableModel
Visual Basic
<FlagsAttribute> 
Public Enumeration SerializableModel
Visual C++
[FlagsAttribute]
public enum class SerializableModel
F#
[<FlagsAttribute>]
type SerializableModel

Members

Member nameValueDescription
RdfGraph1 A single RDF graph
RdfDataset2 A collection of RDF graphs
SparqlResultSet4 A SPARQL result set
None0 None of the recoginzed serialization models

See Also