An enumeration of the different type of model that have supported
serializations in BrightstarDB.
Namespace: BrightstarDBAssembly: 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 name | Value | Description | |
|---|---|---|---|
| RdfGraph | 1 | A single RDF graph | |
| RdfDataset | 2 | A collection of RDF graphs | |
| SparqlResultSet | 4 | A SPARQL result set | |
| None | 0 | None of the recoginzed serialization models |