Package ai.vectros.types
Interface NamespaceRequest.SpecificityRankStage
- All Known Implementing Classes:
NamespaceRequest.Builder
- Enclosing class:
NamespaceRequest
public static interface NamespaceRequest.SpecificityRankStage
-
Method Summary
Modifier and TypeMethodDescriptionspecificityRank(int specificityRank) This namespace's position in your account's specificity order, used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution — the higher-ranked (more specific) dimension's schema wins.
-
Method Details
-
specificityRank
This namespace's position in your account's specificity order, used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution — the higher-ranked (more specific) dimension's schema wins. Required on registration (no default); must be an integer between 0 and 1000000, and unique across every namespace in your account — including
organdclient, once registered (org=1000,client=2000). Optional on update — omit to leave it unchanged.
-