Re-exports§
pub use bulk_insert_item::Item as BulkInsertItemVariant;pub use indra_db_client::IndraDbClient as ProtoClient;pub use query::Query as QueryVariant;pub use query_output_value::Value as QueryOutputValueVariant;
Modules§
- bulk_
insert_ item - Nested message and enum types in
BulkInsertItem. - indra_
db_ client - Generated client implementations.
- indra_
db_ server - Generated server implementations.
- query
- Nested message and enum types in
Query. - query_
output_ value - Nested message and enum types in
QueryOutputValue.
Structs§
- Bulk
Insert Item - An item to insert, as part of a bulk insert request.
- Client
- A higher-level client implementation.
- Count
Query - Counts the number of items returned from a query.
- Create
Response - Edge
- An edge.
- Edge
Properties - An edge with properties.
- Edge
Property - Represents an edge property.
- Edge
Property Bulk Insert Item - An edge property to insert.
- Edge
With Property Presence Query - Gets edges with or without a given property.
- Edge
With Property Value Query - Gets edges with a property equal to a given value.
- Execute
Plugin Request - A request to execute a plugin.
- Execute
Plugin Response - A response to a plugin execution.
- Identifier
- A string that must be less than 256 characters long, and can only contain letters, numbers, dashes and underscores. This is used for vertex and edge types, as well as property names.
- Include
Query - Includes the results of a query in output.
- Index
Property Request - A request to index a property.
- Json
- A JSON value.
- Named
Property - A property.
- Pipe
Property Query - Returns the properties associated with a vertex or edge.
- Pipe
Query - Gets the vertices associated with edges, or edges associated with vertices.
- Pipe
With Property Presence Query - Gets vertices or edges with or without a property.
- Pipe
With Property Value Query - Gets vertices or edges with a property equal to a given value.
- Query
- A query to get a set of values from the database.
- Query
Output Edge Properties - Query
Output Edges - Query
Output Value - Value(s) returned from a query.
- Query
Output Vertex Properties - Query
Output Vertices - Range
Vertex Query - Gets a range of vertices.
- SetProperties
Request - Specific
Edge Query - Gets a specific set of edges.
- Specific
Vertex Query - Gets a specific set of vertices.
- Uuid
- A UUID.
- Vertex
- A vertex.
- Vertex
Properties - A vertex with properties.
- Vertex
Property - Represents a vertex property.
- Vertex
Property Bulk Insert Item - A vertex property to insert.
- Vertex
With Property Presence Query - Gets vertices with or without a given property.
- Vertex
With Property Value Query - Gets vertices with a property equal to a given value.
Enums§
- Client
Error - The error returned if a client operation failed.
- Conversion
Error - The error returned if a try into operation fails.
- Edge
Direction - Specifies what kind of items should be piped from one type of query to another.