OptionsWithSchemaFactory Interface
A base interface for factory input options which include an schema factory.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
interface OptionsWithSchemaFactory<TSchemaFactory extends SchemaFactoryAlpha>
Type Parameters
Parameter | Constraint | Description |
---|---|---|
TSchemaFactory | SchemaFactoryAlpha |
Remarks
This interface should not be referenced directly.
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
schemaFactory | Alpha |
readonly |
TSchemaFactory | Schema factory with which the Column schema will be associated. |
Property Details
schemaFactory
Schema factory with which the Column schema will be associated.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
readonly schemaFactory: TSchemaFactory;
Type: TSchemaFactory
Remarks
Can be used to associate the resulting schema with an existing scope.