Table of Contents

Class SchemaIsolationOptions

Namespace
Compendium.Multitenancy
Assembly
Compendium.Multitenancy.dll

Configuration options for schema-level tenant isolation strategy.

public sealed class SchemaIsolationOptions
Inheritance
SchemaIsolationOptions
Inherited Members

Properties

SchemaNameTemplate

Gets or sets the schema name template with {TenantId} placeholder.

public string SchemaNameTemplate { get; init; }

Property Value

string

SharedConnectionString

Gets or sets the shared database connection string used by all tenants.

public string SharedConnectionString { get; init; }

Property Value

string