Class LimitedTenancy
allow access to shards with the given tenant ids
[MessagePackObject(false)]
public sealed record LimitedTenancy : Tenancy, IEquatable<Tenancy>, IEquatable<LimitedTenancy>
- Inheritance
-
LimitedTenancy
- Implements
- Inherited Members
Constructors
LimitedTenancy(HashSet<Guid>)
allow access to shards with the given tenant ids
public LimitedTenancy(HashSet<Guid> filter)
Parameters
Properties
filter
[Key(0)]
public HashSet<Guid> filter { get; init; }