Re-exports§
pub use collection::CollectionId;pub use database::DatabaseId;pub use document::DocumentId;pub use edge::EdgeId;pub use edge::EdgeIdParseError;pub use error::ID_MAX_LEN;pub use error::IdError;pub use id_type::IdType;pub use node::NodeId;pub use shape::ShapeId;pub use tenant::TenantId;pub use vshard::VShardId;
Modules§
- collection
- Collection identifier.
- database
- Database identifier.
- document
- Document identifier.
- edge
- Graph edge identifier.
- error
- Shared error type for string-based identifier validation.
- id_type
- Enum representing the detected or assigned format of a string-based ID.
- node
- Graph node identifier.
- shape
- Shape subscription identifier.
- tenant
- Tenant identifier.
- vshard
- Virtual shard identifier.