Show / Hide Table of Contents

    Class MigrationMiddlewareOptions

    Migration middleware options.

    Inheritance
    System.Object
    MigrationMiddlewareOptions
    Namespace: Kros.KORM.Migrations.Middleware
    Assembly: Kros.KORM.Extensions.Asp.dll
    Syntax
    public class MigrationMiddlewareOptions

    Properties

    EndpointUrl

    Migrations endpoint URL.

    Declaration
    public string EndpointUrl { get; set; }
    Property Value
    Type Description
    System.String

    SlidingExpirationBetweenMigrations

    Minimum time between two migrations.

    Declaration
    public TimeSpan SlidingExpirationBetweenMigrations { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    Back to top KROS a.s.