Curiosity.Library Namespace
The .NET client for a Curiosity Workspace. Use it from connectors, ingestion pipelines, scheduled tasks, and any external service that talks to a workspace. Each class below has its own reference page; methods are listed in the On this page panel on that page.
Classes
| Class | Description |
|---|---|
Graph |
The workspace client. Opens a connection, queues node and edge writes, and commits them to the server. |
Schema |
Factory for declaring node and edge schemas, declaratively or with the fluent builder. |
Enums
| Enum | Description |
|---|---|
FieldType |
The wire types a schema field can take (String, Int32, Time, GeoPoint, …). |
Related pages
- C# SDK reference — the task-oriented SDK guide.
- Schema reference — schema concepts and constraints.
- Graph query language — traversal and query syntax.