ScriptExecutorServiceOptions

Models the options to configure the ScriptExecutorService.

Namespace:
KpokPatagon.Data.Migrations.DependencyInjection
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

DatabaseApiName

The name of the database API service.

Signature:
public String DatabaseApiName { get; set; }

SchemaDiscoveryName

The name of te schema discoverer.

Signature:
public String SchemaDiscoveryName { get; set; }

SchemaProvisionerName

The name of the schema provisioner.

Signature:
public String SchemaProvisionerName { get; set; }

TableDscServiceName

The name of the table DSC service.

Signature:
public String TableDscServiceName { get; set; }