package operations
- Alphabetic
- Public
- Protected
Type Members
- case class SchemaConvertInput(schema: Schema, targetFormat: DataFormat, targetEngine: Schema) extends Product with Serializable
Data class representing the inputs required when querying the server for a schema conversion
Data class representing the inputs required when querying the server for a schema conversion
- schema
Schema to be inspected
- targetFormat
Desired output format
- targetEngine
Desired output engine
- case class SchemaInfoInput(schema: Schema) extends Product with Serializable
Data class representing the inputs required when querying the server for a schema information
Data class representing the inputs required when querying the server for a schema information
- schema
Schema to be inspected
- case class SchemaValidateInput(data: Data, schema: Schema, triggerMode: TriggerMode) extends Product with Serializable
Data class representing the inputs required when querying the server for a schema validation of data
Data class representing the inputs required when querying the server for a schema validation of data
- data
Data to be validated
- schema
Schema model for the validation
- triggerMode
Validation trigger, i.e.: how the validation was started (shapeMap, target declarations...)
- case class SchemaValidateStreamInput(configuration: StreamValidationConfiguration) extends Product with Serializable
Data class representing the inputs required when querying the server for a schema validation of a stream of data using Comet
Data class representing the inputs required when querying the server for a schema validation of a stream of data using Comet
- configuration
Configuration object with all settings needed by Comet to fetch and validate a stream of data
Value Members
- object SchemaConvertInput extends ServiceRouteOperation[SchemaConvertInput] with Serializable
- object SchemaInfoInput extends ServiceRouteOperation[SchemaInfoInput] with Serializable
- object SchemaValidateInput extends ServiceRouteOperation[SchemaValidateInput] with Serializable
- object SchemaValidateStreamInput extends ServiceRouteOperation[SchemaValidateStreamInput] with Serializable