Models the options to configure the ScriptExecutorService.
The name of the database API service.
public String DatabaseApiName { get; set; }
The name of te schema discoverer.
public String SchemaDiscoveryName { get; set; }
The name of the schema provisioner.
public String SchemaProvisionerName { get; set; }
The name of the table DSC service.
public String TableDscServiceName { get; set; }
In this document