Share via


MigrationsEndPointOptions Class

Definition

Options for the MigrationsEndPointMiddleware.

public ref class MigrationsEndPointOptions
public class MigrationsEndPointOptions
type MigrationsEndPointOptions = class
Public Class MigrationsEndPointOptions
Inheritance
MigrationsEndPointOptions

Constructors

Name Description
MigrationsEndPointOptions()

Fields

Name Description
DefaultPath

The default value for Path.

Properties

Name Description
Path

Gets or sets the path that the MigrationsEndPointMiddleware will listen for requests to execute migrations commands.

Applies to