Home > @i2analyze/i2connect > services > ISemanticSeedConstraints
services.ISemanticSeedConstraints interface
A set of semantic property type constraints on the records that can be passed as seeds to a service.
Signature:
interface ISemanticSeedConstraints
Introduced: API version 2.2
Properties
Property | Type | Description |
---|---|---|
max? | number | (Optional) Gets the maximum total number of seeds. |
min? | number | (Optional) Gets the minimum total number of seeds. |
semanticPropertyTypeIds | SemanticPropertyTypeIds | Gets the semantic type identifiers of properties for which seeds must have values, keyed by a string identifier. |