FdbTenantMode

Namespace: FoundationDB.Client · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

Tenant configuration mode of a FoundationDB cluster

Fields

Disabled

Disabled = 0

Tenant support is disabled

Invalid

Invalid = -1

Invalid or unknown

Optional

Optional = 1

Tenant support is enabled, but optional. Transactions that do not specify a tenant are allowed to execute.

Required

Required = 2

Tenant support is enabled and required. Transactions that do not specify a tenant will fail to execute.