Home > @i2analyze/i2connect > services > ISeedServiceConfig
services.ISeedServiceConfig interface
A collection of properties that define whether a service supports seeds, and the constraints on them.
Signature:
interface ISeedServiceConfig<TSeedConstraints extends ISeedConstraints<schema.IEntityType> | ISeedConstraints<schema.ILinkType> = ISeedConstraints<schema.IEntityType> | ISeedConstraints<schema.ILinkType>>
Introduced: API version 2.0
Type Parameters
Parameter | Type | Description |
---|---|---|
TSeedConstraints | extends ISeedConstraints<schema.IEntityType> | ISeedConstraints<schema.ILinkType(default: ISeedConstraints<schema.IEntityType> | ISeedConstraints<schema.ILinkType>) | The type of the seed constraints. |
Properties
Property | Type | Description |
---|---|---|
seedConstraints? | TSeedConstraints | (Optional) Gets the constraints on records that can be passed as seeds to the service. |
semanticSeedConstraints? | never | (Optional) |